Microsoft.RecoveryServices vaults/replicationFabrics 2018-07-10
The vaults/replicationFabrics resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
To create a Microsoft.RecoveryServices/vaults/replicationFabrics resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationFabrics@2018-07-10' = {
parent: resourceSymbolicName
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 InMageRcm, use:
{
authCertificate: 'string'
instanceType: 'InMageRcm'
physicalSiteId: 'string'
sourceAgentIdentity: {
aadAuthority: 'string'
applicationId: 'string'
audience: 'string'
objectId: 'string'
tenantId: 'string'
}
vmwareSiteId: 'string'
}
For VMwareV2, use:
{
instanceType: 'VMwareV2'
migrationSolutionId: 'string'
vmwareSiteId: 'string'
}
For HyperVSite, use:
{
instanceType: 'HyperVSite'
}
For VMM, use:
{
instanceType: 'VMM'
}
For VMware, use:
{
instanceType: 'VMware'
}
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
Name | Description | Value |
---|---|---|
instanceType | Set to 'Azure' for type AzureFabricCreationInputOrAzureFabricSpecificDetails. Set to 'InMageRcm' for type InMageRcmFabricCreationInputOrInMageRcmFabricSpecificDetails. Set to 'VMwareV2' for type VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails. Set to 'HyperVSite' for type HyperVSiteDetails. Set to 'VMM' for type VmmDetails. Set to 'VMware' for type VMwareDetails. | 'Azure' 'HyperVSite' 'InMageRcm' 'VMM' 'VMware' 'VMwareV2' (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (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 |
---|---|---|
authCertificate | The certificate to be used for AAD authentication. | string |
instanceType | Gets the class type. | 'InMageRcm' (required) |
physicalSiteId | The ARM Id of the physical site. | string |
sourceAgentIdentity | The identity provider input for source agent authentication. | IdentityProviderInput |
vmwareSiteId | The ARM Id of the VMware site. | string |
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: vaults |
properties | Fabric creation input. | FabricCreationInputPropertiesOrFabricProperties |
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) |
vmwareSiteId | The ARM Id of the VMware site. | string (required) |
The following Azure Quickstart templates contain Bicep samples for deploying this resource type.
Bicep File | Description |
---|---|
Create Azure VM Replication and Disaster Recovery | This template allows you to create Azure Virtual machine site replication disaster recovery. |
The vaults/replicationFabrics resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
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": "2018-07-10",
"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 InMageRcm, use:
{
"authCertificate": "string",
"instanceType": "InMageRcm",
"physicalSiteId": "string",
"sourceAgentIdentity": {
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"tenantId": "string"
},
"vmwareSiteId": "string"
}
For VMwareV2, use:
{
"instanceType": "VMwareV2",
"migrationSolutionId": "string",
"vmwareSiteId": "string"
}
For HyperVSite, use:
{
"instanceType": "HyperVSite"
}
For VMM, use:
{
"instanceType": "VMM"
}
For VMware, use:
{
"instanceType": "VMware"
}
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
Name | Description | Value |
---|---|---|
instanceType | Set to 'Azure' for type AzureFabricCreationInputOrAzureFabricSpecificDetails. Set to 'InMageRcm' for type InMageRcmFabricCreationInputOrInMageRcmFabricSpecificDetails. Set to 'VMwareV2' for type VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails. Set to 'HyperVSite' for type HyperVSiteDetails. Set to 'VMM' for type VmmDetails. Set to 'VMware' for type VMwareDetails. | 'Azure' 'HyperVSite' 'InMageRcm' 'VMM' 'VMware' 'VMwareV2' (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (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 |
---|---|---|
authCertificate | The certificate to be used for AAD authentication. | string |
instanceType | Gets the class type. | 'InMageRcm' (required) |
physicalSiteId | The ARM Id of the physical site. | string |
sourceAgentIdentity | The identity provider input for source agent authentication. | IdentityProviderInput |
vmwareSiteId | The ARM Id of the VMware site. | string |
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2018-07-10' |
name | The resource name | string (required) |
properties | Fabric creation input. | FabricCreationInputPropertiesOrFabricProperties |
type | The resource type | 'Microsoft.RecoveryServices/vaults/replicationFabrics' |
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) |
vmwareSiteId | The ARM Id of the VMware site. | string (required) |
The following Azure Quickstart templates deploy this resource type.
Template | Description |
---|---|
Create Azure VM Replication and Disaster Recovery |
This template allows you to create Azure Virtual machine site replication disaster recovery. |
The vaults/replicationFabrics resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
To create a Microsoft.RecoveryServices/vaults/replicationFabrics resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationFabrics@2018-07-10"
name = "string"
body = jsonencode({
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 InMageRcm, use:
{
authCertificate = "string"
instanceType = "InMageRcm"
physicalSiteId = "string"
sourceAgentIdentity = {
aadAuthority = "string"
applicationId = "string"
audience = "string"
objectId = "string"
tenantId = "string"
}
vmwareSiteId = "string"
}
For VMwareV2, use:
{
instanceType = "VMwareV2"
migrationSolutionId = "string"
vmwareSiteId = "string"
}
For HyperVSite, use:
{
instanceType = "HyperVSite"
}
For VMM, use:
{
instanceType = "VMM"
}
For VMware, use:
{
instanceType = "VMware"
}
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
Name | Description | Value |
---|---|---|
instanceType | Set to 'Azure' for type AzureFabricCreationInputOrAzureFabricSpecificDetails. Set to 'InMageRcm' for type InMageRcmFabricCreationInputOrInMageRcmFabricSpecificDetails. Set to 'VMwareV2' for type VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails. Set to 'HyperVSite' for type HyperVSiteDetails. Set to 'VMM' for type VmmDetails. Set to 'VMware' for type VMwareDetails. | 'Azure' 'HyperVSite' 'InMageRcm' 'VMM' 'VMware' 'VMwareV2' (required) |
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (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 |
---|---|---|
authCertificate | The certificate to be used for AAD authentication. | string |
instanceType | Gets the class type. | 'InMageRcm' (required) |
physicalSiteId | The ARM Id of the physical site. | string |
sourceAgentIdentity | The identity provider input for source agent authentication. | IdentityProviderInput |
vmwareSiteId | The ARM Id of the VMware site. | string |
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: vaults |
properties | Fabric creation input. | FabricCreationInputPropertiesOrFabricProperties |
type | The resource type | "Microsoft.RecoveryServices/vaults/replicationFabrics@2018-07-10" |
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) |
vmwareSiteId | The ARM Id of the VMware site. | string (required) |