Microsoft.RecoveryServices vaults/replicationFabrics 2016-08-10
- 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@2016-08-10' = {
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 VMwareV2, use:
{
instanceType: 'VMwareV2'
}
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 'VMwareV2' for type VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails. Set to 'HyperVSite' for type HyperVSiteDetails. Set to 'VMM' for type VmmDetails. Set to 'VMware' for type VMwareDetails. | 'Azure' 'HyperVSite' 'VMM' 'VMware' 'VMwareV2' (required) |
HyperVSiteDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (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) |
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": "2016-08-10",
"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 VMwareV2, use:
{
"instanceType": "VMwareV2"
}
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 'VMwareV2' for type VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails. Set to 'HyperVSite' for type HyperVSiteDetails. Set to 'VMM' for type VmmDetails. Set to 'VMware' for type VMwareDetails. | 'Azure' 'HyperVSite' 'VMM' 'VMware' 'VMwareV2' (required) |
HyperVSiteDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (required) |
Microsoft.RecoveryServices/vaults/replicationFabrics
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2016-08-10' |
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) |
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@2016-08-10"
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 VMwareV2, use:
{
instanceType = "VMwareV2"
}
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 'VMwareV2' for type VMwareV2FabricCreationInputOrVMwareV2FabricSpecificDetails. Set to 'HyperVSite' for type HyperVSiteDetails. Set to 'VMM' for type VmmDetails. Set to 'VMware' for type VMwareDetails. | 'Azure' 'HyperVSite' 'VMM' 'VMware' 'VMwareV2' (required) |
HyperVSiteDetails
Name | Description | Value |
---|---|---|
instanceType | Gets the class type. | 'HyperVSite' (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@2016-08-10" |
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) |