azure-native.servicefabric.getManagedAzResiliencyStatus
Explore with Pulumi AI
Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters.
Uses Azure REST API version 2024-04-01.
Other available API versions: 2023-03-01-preview, 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-06-01-preview, 2024-09-01-preview, 2024-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicefabric [ApiVersion]. See the version guide for details.
Using getManagedAzResiliencyStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedAzResiliencyStatus(args: GetManagedAzResiliencyStatusArgs, opts?: InvokeOptions): Promise<GetManagedAzResiliencyStatusResult>
function getManagedAzResiliencyStatusOutput(args: GetManagedAzResiliencyStatusOutputArgs, opts?: InvokeOptions): Output<GetManagedAzResiliencyStatusResult>def get_managed_az_resiliency_status(cluster_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetManagedAzResiliencyStatusResult
def get_managed_az_resiliency_status_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetManagedAzResiliencyStatusResult]func GetManagedAzResiliencyStatus(ctx *Context, args *GetManagedAzResiliencyStatusArgs, opts ...InvokeOption) (*GetManagedAzResiliencyStatusResult, error)
func GetManagedAzResiliencyStatusOutput(ctx *Context, args *GetManagedAzResiliencyStatusOutputArgs, opts ...InvokeOption) GetManagedAzResiliencyStatusResultOutput> Note: This function is named GetManagedAzResiliencyStatus in the Go SDK.
public static class GetManagedAzResiliencyStatus 
{
    public static Task<GetManagedAzResiliencyStatusResult> InvokeAsync(GetManagedAzResiliencyStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedAzResiliencyStatusResult> Invoke(GetManagedAzResiliencyStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedAzResiliencyStatusResult> getManagedAzResiliencyStatus(GetManagedAzResiliencyStatusArgs args, InvokeOptions options)
public static Output<GetManagedAzResiliencyStatusResult> getManagedAzResiliencyStatus(GetManagedAzResiliencyStatusArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:servicefabric:getManagedAzResiliencyStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Cluster
Name string - The name of the cluster resource.
 - Resource
Group stringName  - The name of the resource group.
 
- Cluster
Name string - The name of the cluster resource.
 - Resource
Group stringName  - The name of the resource group.
 
- cluster
Name String - The name of the cluster resource.
 - resource
Group StringName  - The name of the resource group.
 
- cluster
Name string - The name of the cluster resource.
 - resource
Group stringName  - The name of the resource group.
 
- cluster_
name str - The name of the cluster resource.
 - resource_
group_ strname  - The name of the resource group.
 
- cluster
Name String - The name of the cluster resource.
 - resource
Group StringName  - The name of the resource group.
 
getManagedAzResiliencyStatus Result
The following output properties are available:
- Is
Cluster boolZone Resilient  - URL to get the next set of Managed VM Sizes if there are any.
 - Base
Resource List<Pulumi.Status Azure Native. Service Fabric. Outputs. Resource Az Status Response>  - List of Managed VM Sizes for Service Fabric Managed Clusters.
 
- Is
Cluster boolZone Resilient  - URL to get the next set of Managed VM Sizes if there are any.
 - Base
Resource []ResourceStatus Az Status Response  - List of Managed VM Sizes for Service Fabric Managed Clusters.
 
- is
Cluster BooleanZone Resilient  - URL to get the next set of Managed VM Sizes if there are any.
 - base
Resource List<ResourceStatus Az Status Response>  - List of Managed VM Sizes for Service Fabric Managed Clusters.
 
- is
Cluster booleanZone Resilient  - URL to get the next set of Managed VM Sizes if there are any.
 - base
Resource ResourceStatus Az Status Response[]  - List of Managed VM Sizes for Service Fabric Managed Clusters.
 
- is_
cluster_ boolzone_ resilient  - URL to get the next set of Managed VM Sizes if there are any.
 - base_
resource_ Sequence[Resourcestatus Az Status Response]  - List of Managed VM Sizes for Service Fabric Managed Clusters.
 
- is
Cluster BooleanZone Resilient  - URL to get the next set of Managed VM Sizes if there are any.
 - base
Resource List<Property Map>Status  - List of Managed VM Sizes for Service Fabric Managed Clusters.
 
Supporting Types
ResourceAzStatusResponse   
- Details string
 - Zone resiliency status details for the resource.
 - Is
Zone boolResilient  - VM Size name.
 - Resource
Name string - VM Size properties.
 - Resource
Type string - VM Size id.
 
- Details string
 - Zone resiliency status details for the resource.
 - Is
Zone boolResilient  - VM Size name.
 - Resource
Name string - VM Size properties.
 - Resource
Type string - VM Size id.
 
- details String
 - Zone resiliency status details for the resource.
 - is
Zone BooleanResilient  - VM Size name.
 - resource
Name String - VM Size properties.
 - resource
Type String - VM Size id.
 
- details string
 - Zone resiliency status details for the resource.
 - is
Zone booleanResilient  - VM Size name.
 - resource
Name string - VM Size properties.
 - resource
Type string - VM Size id.
 
- details str
 - Zone resiliency status details for the resource.
 - is_
zone_ boolresilient  - VM Size name.
 - resource_
name str - VM Size properties.
 - resource_
type str - VM Size id.
 
- details String
 - Zone resiliency status details for the resource.
 - is
Zone BooleanResilient  - VM Size name.
 - resource
Name String - VM Size properties.
 - resource
Type String - VM Size id.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0