Microsoft.RecoveryServices-kluizen/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings 2022-04-01
- meest recente
- 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-resourcedefinitie
De kluizen/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings resourcetype kunnen worden geïmplementeerd met bewerkingen die zijn gericht op:
- Resourcegroepen - Zie opdrachten voor de implementatie van resourcegroepen
Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.
Resource-indeling
Als u een Resource Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-04-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
policyId: 'string'
providerSpecificInput: {
instanceType: 'string'
// For remaining properties, see ReplicationProviderSpecificContainerMappingInput objects
}
targetProtectionContainerId: 'string'
}
}
ReplicationProviderSpecificContainerMappingInput-objecten
Stel de eigenschap instanceType in om het type object op te geven.
Gebruik voor A2A-:
instanceType: 'A2A'
agentAutoUpdateStatus: 'string'
automationAccountArmId: 'string'
automationAccountAuthenticationType: 'string'
Gebruik voor VMwareCbt-:
instanceType: 'VMwareCbt'
keyVaultId: 'string'
keyVaultUri: 'string'
serviceBusConnectionStringSecretName: 'string'
storageAccountId: 'string'
storageAccountSasSecretName: 'string'
targetLocation: 'string'
Eigenschapswaarden
kluizen/replicationFabrics/replicationProtectionConta...
Naam | Beschrijving | Waarde |
---|---|---|
naam | De resourcenaam Zie hoe u namen en typen instelt voor onderliggende resources in Bicep-. |
tekenreeks (vereist) |
ouder | In Bicep kunt u de bovenliggende resource voor een onderliggende resource opgeven. U hoeft deze eigenschap alleen toe te voegen wanneer de onderliggende resource buiten de bovenliggende resource wordt gedeclareerd. Zie onderliggende resource buiten de bovenliggende resourcevoor meer informatie. |
Symbolische naam voor resource van het type: replicationProtectionContainers |
Eigenschappen | Beveiligingsinvoereigenschappen configureren. | CreateProtectionContainerMappingInputPropertiesOrPro... |
CreateProtectionContainerMappingInputPropertiesOrPro...
Naam | Beschrijving | Waarde |
---|---|---|
policyId | Toepasselijk beleid. | snaar |
providerSpecificInput | Providerspecifieke invoer voor koppelen. | ReplicationProviderSpecificContainerMappingInput- |
targetProtectionContainerId | De unieke naam van de doelbeveiligingscontainer. | snaar |
ReplicationProviderSpecificContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het objecttype instellen |
A2A- VMwareCbt- (vereist) |
A2AContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het klassetype. | A2A (vereist) |
agentAutoUpdateStatus | Een waarde die aangeeft of de automatische update is ingeschakeld. | 'Uitgeschakeld' 'Ingeschakeld' |
automationAccountArmId | De arm-id van het Automation-account. | snaar |
automationAccountAuthenticationType | Een waarde die aangeeft welk type verificatie moet worden gebruikt voor automation-account. | 'RunAsAccount' 'SystemAssignedIdentity' |
VMwareCbtContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het klassetype. | 'VMwareCbt' (vereist) |
keyVaultId | De ARM-id van de doelsleutelkluis. | snaar |
keyVaultUri | De URL van de doelsleutelkluis. | snaar |
serviceBusConnectionStringSecretName | De geheime naam van de service bus-verbindingsreeks. | snaar |
storageAccountId | De ARM-id van het opslagaccount. | tekenreeks (vereist) |
storageAccountSasSecretName | De geheime naam van het opslagaccount. | snaar |
targetLocation | De doellocatie. | tekenreeks (vereist) |
Resourcedefinitie van ARM-sjabloon
De kluizen/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings resourcetype kunnen worden geïmplementeerd met bewerkingen die zijn gericht op:
- Resourcegroepen - Zie opdrachten voor de implementatie van resourcegroepen
Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.
Resource-indeling
Als u een Resource Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings wilt maken, voegt u de volgende JSON toe aan uw sjabloon.
{
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings",
"apiVersion": "2022-04-01",
"name": "string",
"properties": {
"policyId": "string",
"providerSpecificInput": {
"instanceType": "string"
// For remaining properties, see ReplicationProviderSpecificContainerMappingInput objects
},
"targetProtectionContainerId": "string"
}
}
ReplicationProviderSpecificContainerMappingInput-objecten
Stel de eigenschap instanceType in om het type object op te geven.
Gebruik voor A2A-:
"instanceType": "A2A",
"agentAutoUpdateStatus": "string",
"automationAccountArmId": "string",
"automationAccountAuthenticationType": "string"
Gebruik voor VMwareCbt-:
"instanceType": "VMwareCbt",
"keyVaultId": "string",
"keyVaultUri": "string",
"serviceBusConnectionStringSecretName": "string",
"storageAccountId": "string",
"storageAccountSasSecretName": "string",
"targetLocation": "string"
Eigenschapswaarden
kluizen/replicationFabrics/replicationProtectionConta...
Naam | Beschrijving | Waarde |
---|---|---|
type | Het resourcetype | 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings' |
apiVersion | De versie van de resource-API | '2022-04-01' |
naam | De resourcenaam Zie hoe u namen en typen instelt voor onderliggende resources in JSON ARM-sjablonen. |
tekenreeks (vereist) |
Eigenschappen | Beveiligingsinvoereigenschappen configureren. | CreateProtectionContainerMappingInputPropertiesOrPro... |
CreateProtectionContainerMappingInputPropertiesOrPro...
Naam | Beschrijving | Waarde |
---|---|---|
policyId | Toepasselijk beleid. | snaar |
providerSpecificInput | Providerspecifieke invoer voor koppelen. | ReplicationProviderSpecificContainerMappingInput- |
targetProtectionContainerId | De unieke naam van de doelbeveiligingscontainer. | snaar |
ReplicationProviderSpecificContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het objecttype instellen |
A2A- VMwareCbt- (vereist) |
A2AContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het klassetype. | A2A (vereist) |
agentAutoUpdateStatus | Een waarde die aangeeft of de automatische update is ingeschakeld. | 'Uitgeschakeld' 'Ingeschakeld' |
automationAccountArmId | De arm-id van het Automation-account. | snaar |
automationAccountAuthenticationType | Een waarde die aangeeft welk type verificatie moet worden gebruikt voor automation-account. | 'RunAsAccount' 'SystemAssignedIdentity' |
VMwareCbtContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het klassetype. | 'VMwareCbt' (vereist) |
keyVaultId | De ARM-id van de doelsleutelkluis. | snaar |
keyVaultUri | De URL van de doelsleutelkluis. | snaar |
serviceBusConnectionStringSecretName | De geheime naam van de service bus-verbindingsreeks. | snaar |
storageAccountId | De ARM-id van het opslagaccount. | tekenreeks (vereist) |
storageAccountSasSecretName | De geheime naam van het opslagaccount. | snaar |
targetLocation | De doellocatie. | tekenreeks (vereist) |
Resourcedefinitie van Terraform (AzAPI-provider)
De kluizen/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings resourcetype kunnen worden geïmplementeerd met bewerkingen die zijn gericht op:
- resourcegroepen
Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.
Resource-indeling
Als u een Resource Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-04-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
policyId = "string"
providerSpecificInput = {
instanceType = "string"
// For remaining properties, see ReplicationProviderSpecificContainerMappingInput objects
}
targetProtectionContainerId = "string"
}
})
}
ReplicationProviderSpecificContainerMappingInput-objecten
Stel de eigenschap instanceType in om het type object op te geven.
Gebruik voor A2A-:
instanceType = "A2A"
agentAutoUpdateStatus = "string"
automationAccountArmId = "string"
automationAccountAuthenticationType = "string"
Gebruik voor VMwareCbt-:
instanceType = "VMwareCbt"
keyVaultId = "string"
keyVaultUri = "string"
serviceBusConnectionStringSecretName = "string"
storageAccountId = "string"
storageAccountSasSecretName = "string"
targetLocation = "string"
Eigenschapswaarden
kluizen/replicationFabrics/replicationProtectionConta...
Naam | Beschrijving | Waarde |
---|---|---|
type | Het resourcetype | "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2022-04-01" |
naam | De resourcenaam | tekenreeks (vereist) |
parent_id | De id van de resource die het bovenliggende item voor deze resource is. | Id voor resource van het type: replicationProtectionContainers |
Eigenschappen | Beveiligingsinvoereigenschappen configureren. | CreateProtectionContainerMappingInputPropertiesOrPro... |
CreateProtectionContainerMappingInputPropertiesOrPro...
Naam | Beschrijving | Waarde |
---|---|---|
policyId | Toepasselijk beleid. | snaar |
providerSpecificInput | Providerspecifieke invoer voor koppelen. | ReplicationProviderSpecificContainerMappingInput- |
targetProtectionContainerId | De unieke naam van de doelbeveiligingscontainer. | snaar |
ReplicationProviderSpecificContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het objecttype instellen |
A2A- VMwareCbt- (vereist) |
A2AContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het klassetype. | "A2A" (vereist) |
agentAutoUpdateStatus | Een waarde die aangeeft of de automatische update is ingeschakeld. | "Uitgeschakeld" "Ingeschakeld" |
automationAccountArmId | De arm-id van het Automation-account. | snaar |
automationAccountAuthenticationType | Een waarde die aangeeft welk type verificatie moet worden gebruikt voor automation-account. | "RunAsAccount" "SystemAssignedIdentity" |
VMwareCbtContainerMappingInput
Naam | Beschrijving | Waarde |
---|---|---|
instanceType | Het klassetype. | 'VMwareCbt' (vereist) |
keyVaultId | De ARM-id van de doelsleutelkluis. | snaar |
keyVaultUri | De URL van de doelsleutelkluis. | snaar |
serviceBusConnectionStringSecretName | De geheime naam van de service bus-verbindingsreeks. | snaar |
storageAccountId | De ARM-id van het opslagaccount. | tekenreeks (vereist) |
storageAccountSasSecretName | De geheime naam van het opslagaccount. | snaar |
targetLocation | De doellocatie. | tekenreeks (vereist) |