replication_protection_clusters_operation_results
Creates, updates, deletes, gets or lists a replication_protection_clusters_operation_results
resource.
Overview
Name | replication_protection_clusters_operation_results |
Type | Resource |
Id | azure.recovery_services_site_recovery.replication_protection_clusters_operation_results |
Fields
- vw_replication_protection_clusters_operation_results
- replication_protection_clusters_operation_results
Name | Datatype | Description |
---|---|---|
id | text | The protection cluster Id. |
name | text | The name of the protection cluster. |
active_location | text | field from the properties object |
agent_cluster_id | text | field from the properties object |
allowed_operations | text | field from the properties object |
are_all_cluster_nodes_registered | text | field from the properties object |
cluster_fqdn | text | field from the properties object |
cluster_node_fqdns | text | field from the properties object |
cluster_protected_item_ids | text | field from the properties object |
cluster_registered_nodes | text | field from the properties object |
current_scenario | text | field from the properties object |
fabricName | text | field from the properties object |
health_errors | text | field from the properties object |
jobId | text | field from the properties object |
last_successful_failover_time | text | field from the properties object |
last_successful_test_failover_time | text | field from the properties object |
policy_friendly_name | text | field from the properties object |
policy_id | text | field from the properties object |
primary_fabric_friendly_name | text | field from the properties object |
primary_fabric_provider | text | field from the properties object |
primary_protection_container_friendly_name | text | field from the properties object |
protectionContainerName | text | field from the properties object |
protection_cluster_type | text | field from the properties object |
protection_state | text | field from the properties object |
protection_state_description | text | field from the properties object |
provider_specific_details | text | field from the properties object |
provisioning_state | text | field from the properties object |
recovery_container_id | text | field from the properties object |
recovery_fabric_friendly_name | text | field from the properties object |
recovery_fabric_id | text | field from the properties object |
recovery_protection_container_friendly_name | text | field from the properties object |
replicationProtectionClusterName | text | field from the properties object |
replication_health | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resourceName | text | field from the properties object |
shared_disk_properties | text | field from the properties object |
subscriptionId | text | field from the properties object |
test_failover_state | text | field from the properties object |
test_failover_state_description | text | field from the properties object |
type | text | The Type of the object. |
Name | Datatype | Description |
---|---|---|
id | string | The protection cluster Id. |
name | string | The name of the protection cluster. |
properties | object | Replication protection cluster custom data details. |
type | string | The Type of the object. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | fabricName, jobId, protectionContainerName, replicationProtectionClusterName, resourceGroupName, resourceName, subscriptionId | Track the results of an asynchronous operation on the replication protection cluster. |
SELECT
examples
Track the results of an asynchronous operation on the replication protection cluster.
- vw_replication_protection_clusters_operation_results
- replication_protection_clusters_operation_results
SELECT
id,
name,
active_location,
agent_cluster_id,
allowed_operations,
are_all_cluster_nodes_registered,
cluster_fqdn,
cluster_node_fqdns,
cluster_protected_item_ids,
cluster_registered_nodes,
current_scenario,
fabricName,
health_errors,
jobId,
last_successful_failover_time,
last_successful_test_failover_time,
policy_friendly_name,
policy_id,
primary_fabric_friendly_name,
primary_fabric_provider,
primary_protection_container_friendly_name,
protectionContainerName,
protection_cluster_type,
protection_state,
protection_state_description,
provider_specific_details,
provisioning_state,
recovery_container_id,
recovery_fabric_friendly_name,
recovery_fabric_id,
recovery_protection_container_friendly_name,
replicationProtectionClusterName,
replication_health,
resourceGroupName,
resourceName,
shared_disk_properties,
subscriptionId,
test_failover_state,
test_failover_state_description,
type
FROM azure.recovery_services_site_recovery.vw_replication_protection_clusters_operation_results
WHERE fabricName = '{{ fabricName }}'
AND jobId = '{{ jobId }}'
AND protectionContainerName = '{{ protectionContainerName }}'
AND replicationProtectionClusterName = '{{ replicationProtectionClusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
properties,
type
FROM azure.recovery_services_site_recovery.replication_protection_clusters_operation_results
WHERE fabricName = '{{ fabricName }}'
AND jobId = '{{ jobId }}'
AND protectionContainerName = '{{ protectionContainerName }}'
AND replicationProtectionClusterName = '{{ replicationProtectionClusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';