managed_az_resiliency_status
Creates, updates, deletes, gets or lists a managed_az_resiliency_status
resource.
Overview
Name | managed_az_resiliency_status |
Type | Resource |
Id | azure.service_fabric_managed_clusters.managed_az_resiliency_status |
Fields
Name | Datatype | Description |
---|---|---|
baseResourceStatus | array | List of Managed VM Sizes for Service Fabric Managed Clusters. |
isClusterZoneResilient | boolean | URL to get the next set of Managed VM Sizes if there are any. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | clusterName, resourceGroupName, subscriptionId | Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters. |
SELECT
examples
Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters.
SELECT
baseResourceStatus,
isClusterZoneResilient
FROM azure.service_fabric_managed_clusters.managed_az_resiliency_status
WHERE clusterName = '{{ clusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';