The vaults/replicationFabrics/replicationProtectionContainers resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers resource, add the following JSON to your template.
{
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers",
"apiVersion": "2022-10-01",
"name": "string",
"properties": {
"providerSpecificInput": [
{
"instanceType": "string"
// For remaining properties, see ReplicationProviderSpecificContainerCreationInput objects
}
]
}
}
Set the instanceType property to specify the type of object.
For A2A, use:
"instanceType": "A2A"
For A2ACrossClusterMigration, use:
"instanceType": "A2ACrossClusterMigration"
For VMwareCbt, use:
"instanceType": "VMwareCbt"
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers' |
apiVersion | The resource api version | '2022-10-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Create protection container input properties. | CreateProtectionContainerInputPropertiesOrProtection... |
Name | Description | Value |
---|---|---|
providerSpecificInput | Provider specific inputs for container creation. | ReplicationProviderSpecificContainerCreationInput[] |
Name | Description | Value |
---|---|---|
instanceType | Set the object type | A2A A2ACrossClusterMigration VMwareCbt (required) |
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'A2A' (required) |
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'A2ACrossClusterMigration' (required) |
Name | Description | Value |
---|---|---|
instanceType | The class type. | 'VMwareCbt' (required) |