Microsoft.RecoveryServices vaults/replicationFabrics 2023-06-01
- Latest
- 2024-10-01
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-10
- 2022-08-01
- 2022-05-01
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-11-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2018-07-10
- 2018-01-10
- 2016-08-10
Bicep resource definition
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.
Resource format
To create a Microsoft.RecoveryServices/vaults/replicationFabrics resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationFabrics@2023-06-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
customDetails: {
instanceType: 'string'
// For remaining properties, see FabricSpecificCreationInputOrFabricSpecificDetails objects
}
}
}
FabricSpecificCreationInputOrFabricSpecificDetails objects
Set the instanceType property to specify the type of object.
For Azure, use:
{
instanceType: 'Azure'
location: 'string'
}
For InMageRcm, use:
{
instanceType: 'InMageRcm'
physicalSiteId: 'string'
sourceAgentIdentity: {
aadAuthority: 'string'
applicationId: 'string'
audience: 'string'
objectId: 'string'
tenantId: 'string'
}
vmwareSiteId: 'string'
}
For VMwareV2, use:
{
instanceType: 'VMwareV2'
migrationSolutionId: 'string'
physicalSiteId: 'string'
vmwareSiteId: 'string'
}
For HyperVSite, use:
{
instanceType: 'HyperVSite'
}
For VMM, use:
{
instanceType: 'VMM'
}
For VMware, use:
{
instanceType: 'VMware'
}
Property values
AzureFabricCreationInputOrAzureFabricSpecificDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
FabricCreationInputPropertiesOrFabricProperties
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
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) |
HyperVSiteDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (required) |
IdentityProviderInput
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) |
InMageRcmFabricCreationInputOrInMageRcmFabricSpecificDetails
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) |
Microsoft.RecoveryServices/vaults/replicationFabrics
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 |
VmmDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMM' (required) |
VMwareDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMware' (required) |
VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails
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 |
ARM template resource definition
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.
Resource format
To create a Microsoft.RecoveryServices/vaults/replicationFabrics resource, add the following JSON to your template.
{
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics",
"apiVersion": "2023-06-01",
"name": "string",
"properties": {
"customDetails": {
"instanceType": "string"
// For remaining properties, see FabricSpecificCreationInputOrFabricSpecificDetails objects
}
}
}
FabricSpecificCreationInputOrFabricSpecificDetails objects
Set the instanceType property to specify the type of object.
For Azure, use:
{
"instanceType": "Azure",
"location": "string"
}
For InMageRcm, use:
{
"instanceType": "InMageRcm",
"physicalSiteId": "string",
"sourceAgentIdentity": {
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"tenantId": "string"
},
"vmwareSiteId": "string"
}
For VMwareV2, use:
{
"instanceType": "VMwareV2",
"migrationSolutionId": "string",
"physicalSiteId": "string",
"vmwareSiteId": "string"
}
For HyperVSite, use:
{
"instanceType": "HyperVSite"
}
For VMM, use:
{
"instanceType": "VMM"
}
For VMware, use:
{
"instanceType": "VMware"
}
Property values
AzureFabricCreationInputOrAzureFabricSpecificDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
FabricCreationInputPropertiesOrFabricProperties
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
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) |
HyperVSiteDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (required) |
IdentityProviderInput
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) |
InMageRcmFabricCreationInputOrInMageRcmFabricSpecificDetails
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) |
Microsoft.RecoveryServices/vaults/replicationFabrics
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2023-06-01' |
name | The resource name | string (required) |
properties | Fabric creation input. | FabricCreationInputPropertiesOrFabricProperties |
type | The resource type | 'Microsoft.RecoveryServices/vaults/replicationFabrics' |
VmmDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMM' (required) |
VMwareDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMware' (required) |
VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails
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 |
Terraform (AzAPI provider) resource definition
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.
Resource format
To create a Microsoft.RecoveryServices/vaults/replicationFabrics resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationFabrics@2023-06-01"
name = "string"
body = jsonencode({
properties = {
customDetails = {
instanceType = "string"
// For remaining properties, see FabricSpecificCreationInputOrFabricSpecificDetails objects
}
}
})
}
FabricSpecificCreationInputOrFabricSpecificDetails objects
Set the instanceType property to specify the type of object.
For Azure, use:
{
instanceType = "Azure"
location = "string"
}
For InMageRcm, use:
{
instanceType = "InMageRcm"
physicalSiteId = "string"
sourceAgentIdentity = {
aadAuthority = "string"
applicationId = "string"
audience = "string"
objectId = "string"
tenantId = "string"
}
vmwareSiteId = "string"
}
For VMwareV2, use:
{
instanceType = "VMwareV2"
migrationSolutionId = "string"
physicalSiteId = "string"
vmwareSiteId = "string"
}
For HyperVSite, use:
{
instanceType = "HyperVSite"
}
For VMM, use:
{
instanceType = "VMM"
}
For VMware, use:
{
instanceType = "VMware"
}
Property values
AzureFabricCreationInputOrAzureFabricSpecificDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'Azure' (required) |
location | The Location. | string |
FabricCreationInputPropertiesOrFabricProperties
Name | Description | Value |
---|---|---|
customDetails | Fabric provider specific creation input. | FabricSpecificCreationInputOrFabricSpecificDetails |
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) |
HyperVSiteDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (required) |
IdentityProviderInput
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) |
InMageRcmFabricCreationInputOrInMageRcmFabricSpecificDetails
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) |
Microsoft.RecoveryServices/vaults/replicationFabrics
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@2023-06-01" |
VmmDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMM' (required) |
VMwareDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'VMware' (required) |
VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails
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 |