The vaults/replicationFabrics 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 resource, add the following JSON to your template.
{
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics",
"apiVersion": "2022-10-01",
"name": "string",
"properties": {
"customDetails": {
"instanceType": "string"
// For remaining properties, see FabricSpecificCreationInputOrFabricSpecificDetails objects
}
}
}
Set the instanceType property to specify the type of object.
For Azure, use:
"instanceType": "Azure",
"location": "string"
For HyperVSite, use:
"instanceType": "HyperVSite"
For InMageRcm, use:
"instanceType": "InMageRcm",
"physicalSiteId": "string",
"sourceAgentIdentity": {
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"tenantId": "string"
},
"vmwareSiteId": "string"
For VMM, use:
"instanceType": "VMM"
For VMware, use:
"instanceType": "VMware"
For VMwareV2, use:
"instanceType": "VMwareV2",
"migrationSolutionId": "string",
"physicalSiteId": "string",
"vmwareSiteId": "string"
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.RecoveryServices/vaults/replicationFabrics' |
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 | Fabric creation input. | FabricCreationInputPropertiesOrFabricProperties |
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
Name | Description | Value |
---|---|---|
instanceType | Set the object type | Azure HyperVSite InMageRcm VMM VMware VMwareV2 (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'InMageRcm' (required) |
physicalSiteId | The ARM Id of the physical site. | string (required) |
sourceAgentIdentity | The identity provider input for source agent authentication. | IdentityProviderInput (required) |
vmwareSiteId | The ARM Id of the VMware site. | string (required) |
Name | Description | Value |
---|---|---|
aadAuthority | The base authority for Azure Active Directory authentication. | string (required) |
applicationId | The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. | string (required) |
audience | The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services. | string (required) |
objectId | The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. | string (required) |
tenantId | The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. | string (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMM' (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMware' (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMwareV2' (required) |
migrationSolutionId | The ARM Id of the migration solution. | string (required) |
physicalSiteId | The ARM Id of the physical site. | string |
vmwareSiteId | The ARM Id of the VMware site. | string |