Delen via


Microsoft.RecoveryServices-kluizen/replicationProtectionIntents 2021-12-01

Bicep-resourcedefinitie

Het resourcetype kluizen/replicationProtectionIntents kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie het wijzigingenlogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.RecoveryServices/vaults/replicationProtectionIntents wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.

resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-12-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    providerSpecificDetails: {
      instanceType: 'string'
      // For remaining properties, see CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings objects
    }
  }
}

RecoveryAvailabilitySetCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoveryAvailabilitySetId: 'string'
  resourceType: 'Existing'
}

StorageAccountCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  azureStorageAccountId: 'string'
  resourceType: 'Existing'
}

RecoveryProximityPlacementGroupCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoveryProximityPlacementGroupId: 'string'
  resourceType: 'Existing'
}

RecoveryVirtualNetworkCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoverySubnetName: 'string'
  recoveryVirtualNetworkId: 'string'
  resourceType: 'Existing'
}

Gebruik voor Nieuw:

{
  recoveryVirtualNetworkName: 'string'
  recoveryVirtualNetworkResourceGroupName: 'string'
  resourceType: 'New'
}

RecoveryResourceGroupCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoveryResourceGroupId: 'string'
  resourceType: 'Existing'
}

CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings-objecten

Stel de eigenschap instanceType in om het type object op te geven.

Gebruik voor A2A:

{
  agentAutoUpdateStatus: 'string'
  automationAccountArmId: 'string'
  automationAccountAuthenticationType: 'string'
  autoProtectionOfDataDisk: 'string'
  diskEncryptionInfo: {
    diskEncryptionKeyInfo: {
      keyVaultResourceArmId: 'string'
      secretIdentifier: 'string'
    }
    keyEncryptionKeyInfo: {
      keyIdentifier: 'string'
      keyVaultResourceArmId: 'string'
    }
  }
  fabricObjectId: 'string'
  instanceType: 'A2A'
  multiVmGroupId: 'string'
  multiVmGroupName: 'string'
  primaryLocation: 'string'
  primaryStagingStorageAccountCustomInput: {
    resourceType: 'string'
    // For remaining properties, see StorageAccountCustomDetails objects
  }
  protectionProfileCustomInput: {
    resourceType: 'string'
    // For remaining properties, see ProtectionProfileCustomDetails objects
  }
  recoveryAvailabilitySetCustomInput: {
    resourceType: 'string'
    // For remaining properties, see RecoveryAvailabilitySetCustomDetails objects
  }
  recoveryAvailabilityType: 'string'
  recoveryAvailabilityZone: 'string'
  recoveryBootDiagStorageAccount: {
    resourceType: 'string'
    // For remaining properties, see StorageAccountCustomDetails objects
  }
  recoveryLocation: 'string'
  recoveryProximityPlacementGroupCustomInput: {
    resourceType: 'string'
    // For remaining properties, see RecoveryProximityPlacementGroupCustomDetails objects
  }
  recoveryResourceGroupId: 'string'
  recoverySubscriptionId: 'string'
  recoveryVirtualNetworkCustomInput: {
    resourceType: 'string'
    // For remaining properties, see RecoveryVirtualNetworkCustomDetails objects
  }
  vmDisks: [
    {
      diskUri: 'string'
      primaryStagingStorageAccountCustomInput: {
        resourceType: 'string'
        // For remaining properties, see StorageAccountCustomDetails objects
      }
      recoveryAzureStorageAccountCustomInput: {
        resourceType: 'string'
        // For remaining properties, see StorageAccountCustomDetails objects
      }
    }
  ]
  vmManagedDisks: [
    {
      diskEncryptionInfo: {
        diskEncryptionKeyInfo: {
          keyVaultResourceArmId: 'string'
          secretIdentifier: 'string'
        }
        keyEncryptionKeyInfo: {
          keyIdentifier: 'string'
          keyVaultResourceArmId: 'string'
        }
      }
      diskId: 'string'
      primaryStagingStorageAccountCustomInput: {
        resourceType: 'string'
        // For remaining properties, see StorageAccountCustomDetails objects
      }
      recoveryDiskEncryptionSetId: 'string'
      recoveryReplicaDiskAccountType: 'string'
      recoveryResourceGroupCustomInput: {
        resourceType: 'string'
        // For remaining properties, see RecoveryResourceGroupCustomDetails objects
      }
      recoveryTargetDiskAccountType: 'string'
    }
  ]
}

ProtectionProfileCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  protectionProfileId: 'string'
  resourceType: 'Existing'
}

Gebruik voor Nieuw:

{
  appConsistentFrequencyInMinutes: int
  crashConsistentFrequencyInMinutes: int
  multiVmSyncStatus: 'string'
  policyName: 'string'
  recoveryPointHistory: int
  resourceType: 'New'
}

Eigenschapswaarden

Microsoft.RecoveryServices/vaults/replicationProtectionIntents

Naam Beschrijving Waarde
naam De resourcenaam 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 resource voor meer informatie.
Symbolische naam voor resource van het type: kluizen
eigenschappen Invoereigenschappen voor beveiligingsintentie maken. CreateProtectionIntentPropertiesOrReplicationProtectionIntentProperties

A2ACreateProtectionIntentInputOrA2AReplicationIntentDetails

Naam Beschrijving Waarde
agentAutoUpdateStatus Een waarde die aangeeft of de automatische update is ingeschakeld. 'Uitgeschakeld'
'Ingeschakeld'
automatiseringAccountArmId De arm-id van het Automation-account. touw
automatiseringAccountAuthenticatieType Een waarde die het verificatietype voor het Automation-account aangeeft. De standaardwaarde is 'RunAsAccount'. 'RunAsAccount'
'SystemAssignedIdentity'
autoProtectionOfDataDisk Een waarde die aangeeft of de automatische beveiliging is ingeschakeld. 'Uitgeschakeld'
'Ingeschakeld'
diskEncryptionInfo De gegevens over de versleuteling van de herstelschijf (voor twee passflows). DiskEncryptionInfo
fabricObjectId De infrastructuurspecifieke object-id van de virtuele machine. tekenreeks (vereist)
instantieType Het klassetype. A2A (vereist)
multiVmGroupId De groeps-id voor meerdere vm's. touw
multiVmGroepsnaam De naam van de groep met meerdere vm's. touw
primairLocatie De primaire locatie voor de virtuele machine. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
protectionProfileCustomInput De aangepaste invoer van het beveiligingsprofiel. BeschermingProfielAangepastDetails
recoveryAvailabilitySetCustomInput De invoer van de herstel beschikbaarheidsset. RecoveryAvailabilitySetCustomDetails
recoveryAvailabilityType Het herstel beschikbaarheidstype van de virtuele machine. 'Beschikbaarheid Set'
'Beschikbaarheid Zone'
'Enkel' (vereist)
recoveryAvailabilityZone De beschikbaarheidszone voor herstel. touw
recoveryBootDiagStorageAccount Het diagnostische opslagaccount voor opstarten. OpslagAccountCustomDetails
recoveryLocatie De herstellocatie voor de virtuele machine. tekenreeks (vereist)
recoveryProximityPlacementGroupCustomInput Aangepaste invoer voor de plaatsingsgroep voor herstelnabijheid. HerstelProximityPlacementGroupCustomDetails
recoveryResourceGroupId De resourcegroep-id voor herstel. Geldig voor V2-scenario's. tekenreeks (vereist)
recoverySubscriptionId De id van het herstelabonnement van de virtuele machine. tekenreeks (vereist)
recoveryVirtualNetworkCustomInput De invoer van het virtuele herstelnetwerk. RecoveryVirtualNetworkCustomDetails
vmDisks De lijst met vm-schijfinvoer. A2AProtectionIntentDiskInputDetails[]
vmManagedDisks De lijst met vm-beheerde schijfinvoer. A2AProtectionIntentManagedDiskInputDetails[]

A2AProtectionIntentDiskInputDetails

Naam Beschrijving Waarde
diskUri De schijf-URI. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
recoveryAzureStorageAccountCustomInput De invoer van het VHD-opslagaccount voor herstel. OpslagAccountCustomDetails

A2AProtectionIntentManagedDiskInputDetails

Naam Beschrijving Waarde
diskEncryptionInfo De gegevens over de versleuteling van de herstelschijf (voor één/enkele pass-stromen). DiskEncryptionInfo
diskId De schijf-id. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
recoveryDiskEncryptionSetId De id van de versleutelingsset voor de herstelschijf. touw
recoveryReplicaDiskAccountType Het type replicaschijf. Het is een optionele waarde en is hetzelfde als het type bronschijf als deze niet door de gebruiker is opgegeven. touw
recoveryResourceGroupCustomInput De invoer van de herstelresourcegroep. RecoveryResourceGroupCustomDetails
recoveryTargetDiskAccountType Het type doelschijf na een failover. Het is een optionele waarde en is hetzelfde als het type bronschijf als deze niet door de gebruiker is opgegeven. touw

CreateProtectionIntentPropertiesOrReplicationProtectionIntentProperties

Naam Beschrijving Waarde
aanbiederSpecificDetails De ReplicationProviderInput. Voor A2A-provider is dit A2ACreateProtectionIntentInput-object. CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings

CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings

Naam Beschrijving Waarde
instantieType Ingesteld op A2A voor het type A2ACreateProtectionIntentInputOrA2AReplicationIntentDetails. A2A (vereist)

DiskEncryptionInfo

Naam Beschrijving Waarde
schijfEncryptionKeyInfo De naslaginformatie voor KeyVault voor herstel voor geheim. DiskEncryptionKeyInfo
keyEncryptionKeyInfo De naslaginformatie voor KeyVault voor herstel. KeyEncryptionKeyInfo

DiskEncryptionKeyInfo

Naam Beschrijving Waarde
keyVaultResourceArmId De ARM-id van de KeyVault-resource voor geheim. touw
secretIdentifier De geheime URL/id. touw

BestaandProtectionProfile

Naam Beschrijving Waarde
protectionProfileId De arm-id van het beveiligingsprofiel. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

ExistingRecoveryAvailabilitySet

Naam Beschrijving Waarde
recoveryAvailabilitySetId De id van de herstel-beschikbaarheidsset. Er wordt een fout gegenereerd als de resource niet bestaat. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandHerstelNabijheid PlaatsingGroep

Naam Beschrijving Waarde
recoveryProximityPlacementGroupId De id van de plaatsingsgroep voor herstelnabijheid. Er wordt een fout gegenereerd als de resource niet bestaat. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

ExistingRecoveryResourceGroup

Naam Beschrijving Waarde
recoveryResourceGroupId De resourcegroep-id voor herstel. Geldig voor V2-scenario's. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandHerstelVirtueelNetwerk

Naam Beschrijving Waarde
recoverySubnetNaam De naam van het herstelsubnet. touw
recoveryVirtualNetworkId De id van het virtuele herstelnetwerk. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandeOpslagaccount

Naam Beschrijving Waarde
azureStorageAccountId De arm-id van het opslagaccount. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

KeyEncryptionKeyInfo

Naam Beschrijving Waarde
keyIdentifier De sleutel-URL/id. touw
keyVaultResourceArmId De ARM-id van de KeyVault-resource voor de sleutel. touw

NieuwBeschermingsProfiel

Naam Beschrijving Waarde
appConsistentFrequencyInMinutes De frequentie van de app-consistente momentopname (in minuten). int (integer)
crashConsistentFrequencyInMinutes De frequentie van crashconsistente momentopnamen (in minuten). int (integer)
multiVmSyncStatus Een waarde die aangeeft of synchronisatie met meerdere VM's moet worden ingeschakeld. De waarde moet 'Ingeschakeld' of 'Uitgeschakeld' zijn. 'Uitschakelen'
'Inschakelen' (vereist)
beleidNaam De invoer van het beveiligingsprofiel. tekenreeks (vereist)
recoveryPointHistory De duur in minuten totdat de herstelpunten moeten worden opgeslagen. int (integer)
hulpbrontype Het klassetype. 'Nieuw' (vereist)

NieuwHerstelVirtueel Netwerk

Naam Beschrijving Waarde
recoveryVirtualNetworkName De naam van het virtuele herstelnetwerk. touw
recoveryVirtualNetworkResourceGroupName De naam van de resourcegroep die moet worden gebruikt om het virtuele herstelnetwerk te maken. Als u afwezig bent, wordt het doelnetwerk gemaakt in dezelfde resourcegroep als de doel-VM. touw
hulpbrontype Het klassetype. 'Nieuw' (vereist)

BeschermingProfielAangepastDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingProtectionProfile. Ingesteld op 'Nieuw' voor het type NewProtectionProfile. 'Bestaand'
'Nieuw' (vereist)

RecoveryAvailabilitySetCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryAvailabilitySet. 'Bestaand' (vereist)

HerstelProximityPlacementGroupCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingRecoveryProximityPlacementGroup. 'Bestaand' (vereist)

RecoveryResourceGroupCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryResourceGroup. 'Bestaand' (vereist)

RecoveryVirtualNetworkCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryVirtualNetwork. Ingesteld op 'Nieuw' voor het type NewRecoveryVirtualNetwork. 'Bestaand'
'Nieuw' (vereist)

OpslagAccountCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingStorageAccount. 'Bestaand' (vereist)

Resourcedefinitie van ARM-sjabloon

Het resourcetype kluizen/replicationProtectionIntents kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie het wijzigingenlogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.RecoveryServices/vaults/replicationProtectionIntents wilt maken, voegt u de volgende JSON toe aan uw sjabloon.

{
  "type": "Microsoft.RecoveryServices/vaults/replicationProtectionIntents",
  "apiVersion": "2021-12-01",
  "name": "string",
  "properties": {
    "providerSpecificDetails": {
      "instanceType": "string"
      // For remaining properties, see CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings objects
    }
  }
}

RecoveryAvailabilitySetCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  "recoveryAvailabilitySetId": "string",
  "resourceType": "Existing"
}

StorageAccountCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  "azureStorageAccountId": "string",
  "resourceType": "Existing"
}

RecoveryProximityPlacementGroupCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  "recoveryProximityPlacementGroupId": "string",
  "resourceType": "Existing"
}

RecoveryVirtualNetworkCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  "recoverySubnetName": "string",
  "recoveryVirtualNetworkId": "string",
  "resourceType": "Existing"
}

Gebruik voor Nieuw:

{
  "recoveryVirtualNetworkName": "string",
  "recoveryVirtualNetworkResourceGroupName": "string",
  "resourceType": "New"
}

RecoveryResourceGroupCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  "recoveryResourceGroupId": "string",
  "resourceType": "Existing"
}

CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings-objecten

Stel de eigenschap instanceType in om het type object op te geven.

Gebruik voor A2A:

{
  "agentAutoUpdateStatus": "string",
  "automationAccountArmId": "string",
  "automationAccountAuthenticationType": "string",
  "autoProtectionOfDataDisk": "string",
  "diskEncryptionInfo": {
    "diskEncryptionKeyInfo": {
      "keyVaultResourceArmId": "string",
      "secretIdentifier": "string"
    },
    "keyEncryptionKeyInfo": {
      "keyIdentifier": "string",
      "keyVaultResourceArmId": "string"
    }
  },
  "fabricObjectId": "string",
  "instanceType": "A2A",
  "multiVmGroupId": "string",
  "multiVmGroupName": "string",
  "primaryLocation": "string",
  "primaryStagingStorageAccountCustomInput": {
    "resourceType": "string"
    // For remaining properties, see StorageAccountCustomDetails objects
  },
  "protectionProfileCustomInput": {
    "resourceType": "string"
    // For remaining properties, see ProtectionProfileCustomDetails objects
  },
  "recoveryAvailabilitySetCustomInput": {
    "resourceType": "string"
    // For remaining properties, see RecoveryAvailabilitySetCustomDetails objects
  },
  "recoveryAvailabilityType": "string",
  "recoveryAvailabilityZone": "string",
  "recoveryBootDiagStorageAccount": {
    "resourceType": "string"
    // For remaining properties, see StorageAccountCustomDetails objects
  },
  "recoveryLocation": "string",
  "recoveryProximityPlacementGroupCustomInput": {
    "resourceType": "string"
    // For remaining properties, see RecoveryProximityPlacementGroupCustomDetails objects
  },
  "recoveryResourceGroupId": "string",
  "recoverySubscriptionId": "string",
  "recoveryVirtualNetworkCustomInput": {
    "resourceType": "string"
    // For remaining properties, see RecoveryVirtualNetworkCustomDetails objects
  },
  "vmDisks": [
    {
      "diskUri": "string",
      "primaryStagingStorageAccountCustomInput": {
        "resourceType": "string"
        // For remaining properties, see StorageAccountCustomDetails objects
      },
      "recoveryAzureStorageAccountCustomInput": {
        "resourceType": "string"
        // For remaining properties, see StorageAccountCustomDetails objects
      }
    }
  ],
  "vmManagedDisks": [
    {
      "diskEncryptionInfo": {
        "diskEncryptionKeyInfo": {
          "keyVaultResourceArmId": "string",
          "secretIdentifier": "string"
        },
        "keyEncryptionKeyInfo": {
          "keyIdentifier": "string",
          "keyVaultResourceArmId": "string"
        }
      },
      "diskId": "string",
      "primaryStagingStorageAccountCustomInput": {
        "resourceType": "string"
        // For remaining properties, see StorageAccountCustomDetails objects
      },
      "recoveryDiskEncryptionSetId": "string",
      "recoveryReplicaDiskAccountType": "string",
      "recoveryResourceGroupCustomInput": {
        "resourceType": "string"
        // For remaining properties, see RecoveryResourceGroupCustomDetails objects
      },
      "recoveryTargetDiskAccountType": "string"
    }
  ]
}

ProtectionProfileCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  "protectionProfileId": "string",
  "resourceType": "Existing"
}

Gebruik voor Nieuw:

{
  "appConsistentFrequencyInMinutes": "int",
  "crashConsistentFrequencyInMinutes": "int",
  "multiVmSyncStatus": "string",
  "policyName": "string",
  "recoveryPointHistory": "int",
  "resourceType": "New"
}

Eigenschapswaarden

Microsoft.RecoveryServices/vaults/replicationProtectionIntents

Naam Beschrijving Waarde
apiVersion De API-versie '2021-12-01'
naam De resourcenaam tekenreeks (vereist)
eigenschappen Invoereigenschappen voor beveiligingsintentie maken. CreateProtectionIntentPropertiesOrReplicationProtectionIntentProperties
soort Het brontype 'Microsoft.RecoveryServices/vaults/replicationProtectionIntents'

A2ACreateProtectionIntentInputOrA2AReplicationIntentDetails

Naam Beschrijving Waarde
agentAutoUpdateStatus Een waarde die aangeeft of de automatische update is ingeschakeld. 'Uitgeschakeld'
'Ingeschakeld'
automatiseringAccountArmId De arm-id van het Automation-account. touw
automatiseringAccountAuthenticatieType Een waarde die het verificatietype voor het Automation-account aangeeft. De standaardwaarde is 'RunAsAccount'. 'RunAsAccount'
'SystemAssignedIdentity'
autoProtectionOfDataDisk Een waarde die aangeeft of de automatische beveiliging is ingeschakeld. 'Uitgeschakeld'
'Ingeschakeld'
diskEncryptionInfo De gegevens over de versleuteling van de herstelschijf (voor twee passflows). DiskEncryptionInfo
fabricObjectId De infrastructuurspecifieke object-id van de virtuele machine. tekenreeks (vereist)
instantieType Het klassetype. A2A (vereist)
multiVmGroupId De groeps-id voor meerdere vm's. touw
multiVmGroepsnaam De naam van de groep met meerdere vm's. touw
primairLocatie De primaire locatie voor de virtuele machine. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
protectionProfileCustomInput De aangepaste invoer van het beveiligingsprofiel. BeschermingProfielAangepastDetails
recoveryAvailabilitySetCustomInput De invoer van de herstel beschikbaarheidsset. RecoveryAvailabilitySetCustomDetails
recoveryAvailabilityType Het herstel beschikbaarheidstype van de virtuele machine. 'Beschikbaarheid Set'
'Beschikbaarheid Zone'
'Enkel' (vereist)
recoveryAvailabilityZone De beschikbaarheidszone voor herstel. touw
recoveryBootDiagStorageAccount Het diagnostische opslagaccount voor opstarten. OpslagAccountCustomDetails
recoveryLocatie De herstellocatie voor de virtuele machine. tekenreeks (vereist)
recoveryProximityPlacementGroupCustomInput Aangepaste invoer voor de plaatsingsgroep voor herstelnabijheid. HerstelProximityPlacementGroupCustomDetails
recoveryResourceGroupId De resourcegroep-id voor herstel. Geldig voor V2-scenario's. tekenreeks (vereist)
recoverySubscriptionId De id van het herstelabonnement van de virtuele machine. tekenreeks (vereist)
recoveryVirtualNetworkCustomInput De invoer van het virtuele herstelnetwerk. RecoveryVirtualNetworkCustomDetails
vmDisks De lijst met vm-schijfinvoer. A2AProtectionIntentDiskInputDetails[]
vmManagedDisks De lijst met vm-beheerde schijfinvoer. A2AProtectionIntentManagedDiskInputDetails[]

A2AProtectionIntentDiskInputDetails

Naam Beschrijving Waarde
diskUri De schijf-URI. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
recoveryAzureStorageAccountCustomInput De invoer van het VHD-opslagaccount voor herstel. OpslagAccountCustomDetails

A2AProtectionIntentManagedDiskInputDetails

Naam Beschrijving Waarde
diskEncryptionInfo De gegevens over de versleuteling van de herstelschijf (voor één/enkele pass-stromen). DiskEncryptionInfo
diskId De schijf-id. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
recoveryDiskEncryptionSetId De id van de versleutelingsset voor de herstelschijf. touw
recoveryReplicaDiskAccountType Het type replicaschijf. Het is een optionele waarde en is hetzelfde als het type bronschijf als deze niet door de gebruiker is opgegeven. touw
recoveryResourceGroupCustomInput De invoer van de herstelresourcegroep. RecoveryResourceGroupCustomDetails
recoveryTargetDiskAccountType Het type doelschijf na een failover. Het is een optionele waarde en is hetzelfde als het type bronschijf als deze niet door de gebruiker is opgegeven. touw

CreateProtectionIntentPropertiesOrReplicationProtectionIntentProperties

Naam Beschrijving Waarde
aanbiederSpecificDetails De ReplicationProviderInput. Voor A2A-provider is dit A2ACreateProtectionIntentInput-object. CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings

CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings

Naam Beschrijving Waarde
instantieType Ingesteld op A2A voor het type A2ACreateProtectionIntentInputOrA2AReplicationIntentDetails. A2A (vereist)

DiskEncryptionInfo

Naam Beschrijving Waarde
schijfEncryptionKeyInfo De naslaginformatie voor KeyVault voor herstel voor geheim. DiskEncryptionKeyInfo
keyEncryptionKeyInfo De naslaginformatie voor KeyVault voor herstel. KeyEncryptionKeyInfo

DiskEncryptionKeyInfo

Naam Beschrijving Waarde
keyVaultResourceArmId De ARM-id van de KeyVault-resource voor geheim. touw
secretIdentifier De geheime URL/id. touw

BestaandProtectionProfile

Naam Beschrijving Waarde
protectionProfileId De arm-id van het beveiligingsprofiel. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

ExistingRecoveryAvailabilitySet

Naam Beschrijving Waarde
recoveryAvailabilitySetId De id van de herstel-beschikbaarheidsset. Er wordt een fout gegenereerd als de resource niet bestaat. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandHerstelNabijheid PlaatsingGroep

Naam Beschrijving Waarde
recoveryProximityPlacementGroupId De id van de plaatsingsgroep voor herstelnabijheid. Er wordt een fout gegenereerd als de resource niet bestaat. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

ExistingRecoveryResourceGroup

Naam Beschrijving Waarde
recoveryResourceGroupId De resourcegroep-id voor herstel. Geldig voor V2-scenario's. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandHerstelVirtueelNetwerk

Naam Beschrijving Waarde
recoverySubnetNaam De naam van het herstelsubnet. touw
recoveryVirtualNetworkId De id van het virtuele herstelnetwerk. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandeOpslagaccount

Naam Beschrijving Waarde
azureStorageAccountId De arm-id van het opslagaccount. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

KeyEncryptionKeyInfo

Naam Beschrijving Waarde
keyIdentifier De sleutel-URL/id. touw
keyVaultResourceArmId De ARM-id van de KeyVault-resource voor de sleutel. touw

NieuwBeschermingsProfiel

Naam Beschrijving Waarde
appConsistentFrequencyInMinutes De frequentie van de app-consistente momentopname (in minuten). int (integer)
crashConsistentFrequencyInMinutes De frequentie van crashconsistente momentopnamen (in minuten). int (integer)
multiVmSyncStatus Een waarde die aangeeft of synchronisatie met meerdere VM's moet worden ingeschakeld. De waarde moet 'Ingeschakeld' of 'Uitgeschakeld' zijn. 'Uitschakelen'
'Inschakelen' (vereist)
beleidNaam De invoer van het beveiligingsprofiel. tekenreeks (vereist)
recoveryPointHistory De duur in minuten totdat de herstelpunten moeten worden opgeslagen. int (integer)
hulpbrontype Het klassetype. 'Nieuw' (vereist)

NieuwHerstelVirtueel Netwerk

Naam Beschrijving Waarde
recoveryVirtualNetworkName De naam van het virtuele herstelnetwerk. touw
recoveryVirtualNetworkResourceGroupName De naam van de resourcegroep die moet worden gebruikt om het virtuele herstelnetwerk te maken. Als u afwezig bent, wordt het doelnetwerk gemaakt in dezelfde resourcegroep als de doel-VM. touw
hulpbrontype Het klassetype. 'Nieuw' (vereist)

BeschermingProfielAangepastDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingProtectionProfile. Ingesteld op 'Nieuw' voor het type NewProtectionProfile. 'Bestaand'
'Nieuw' (vereist)

RecoveryAvailabilitySetCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryAvailabilitySet. 'Bestaand' (vereist)

HerstelProximityPlacementGroupCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingRecoveryProximityPlacementGroup. 'Bestaand' (vereist)

RecoveryResourceGroupCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryResourceGroup. 'Bestaand' (vereist)

RecoveryVirtualNetworkCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryVirtualNetwork. Ingesteld op 'Nieuw' voor het type NewRecoveryVirtualNetwork. 'Bestaand'
'Nieuw' (vereist)

OpslagAccountCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingStorageAccount. 'Bestaand' (vereist)

Gebruiksvoorbeelden

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype kluizen/replicationProtectionIntents kan worden geïmplementeerd met bewerkingen die zijn gericht op:

  • Resourcegroepen

Zie het wijzigingenlogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.RecoveryServices/vaults/replicationProtectionIntents wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-12-01"
  name = "string"
  parent_id = "string"
  body = {
    properties = {
      providerSpecificDetails = {
        instanceType = "string"
        // For remaining properties, see CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings objects
      }
    }
  }
}

RecoveryAvailabilitySetCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoveryAvailabilitySetId = "string"
  resourceType = "Existing"
}

StorageAccountCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  azureStorageAccountId = "string"
  resourceType = "Existing"
}

RecoveryProximityPlacementGroupCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoveryProximityPlacementGroupId = "string"
  resourceType = "Existing"
}

RecoveryVirtualNetworkCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoverySubnetName = "string"
  recoveryVirtualNetworkId = "string"
  resourceType = "Existing"
}

Gebruik voor Nieuw:

{
  recoveryVirtualNetworkName = "string"
  recoveryVirtualNetworkResourceGroupName = "string"
  resourceType = "New"
}

RecoveryResourceGroupCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  recoveryResourceGroupId = "string"
  resourceType = "Existing"
}

CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings-objecten

Stel de eigenschap instanceType in om het type object op te geven.

Gebruik voor A2A:

{
  agentAutoUpdateStatus = "string"
  automationAccountArmId = "string"
  automationAccountAuthenticationType = "string"
  autoProtectionOfDataDisk = "string"
  diskEncryptionInfo = {
    diskEncryptionKeyInfo = {
      keyVaultResourceArmId = "string"
      secretIdentifier = "string"
    }
    keyEncryptionKeyInfo = {
      keyIdentifier = "string"
      keyVaultResourceArmId = "string"
    }
  }
  fabricObjectId = "string"
  instanceType = "A2A"
  multiVmGroupId = "string"
  multiVmGroupName = "string"
  primaryLocation = "string"
  primaryStagingStorageAccountCustomInput = {
    resourceType = "string"
    // For remaining properties, see StorageAccountCustomDetails objects
  }
  protectionProfileCustomInput = {
    resourceType = "string"
    // For remaining properties, see ProtectionProfileCustomDetails objects
  }
  recoveryAvailabilitySetCustomInput = {
    resourceType = "string"
    // For remaining properties, see RecoveryAvailabilitySetCustomDetails objects
  }
  recoveryAvailabilityType = "string"
  recoveryAvailabilityZone = "string"
  recoveryBootDiagStorageAccount = {
    resourceType = "string"
    // For remaining properties, see StorageAccountCustomDetails objects
  }
  recoveryLocation = "string"
  recoveryProximityPlacementGroupCustomInput = {
    resourceType = "string"
    // For remaining properties, see RecoveryProximityPlacementGroupCustomDetails objects
  }
  recoveryResourceGroupId = "string"
  recoverySubscriptionId = "string"
  recoveryVirtualNetworkCustomInput = {
    resourceType = "string"
    // For remaining properties, see RecoveryVirtualNetworkCustomDetails objects
  }
  vmDisks = [
    {
      diskUri = "string"
      primaryStagingStorageAccountCustomInput = {
        resourceType = "string"
        // For remaining properties, see StorageAccountCustomDetails objects
      }
      recoveryAzureStorageAccountCustomInput = {
        resourceType = "string"
        // For remaining properties, see StorageAccountCustomDetails objects
      }
    }
  ]
  vmManagedDisks = [
    {
      diskEncryptionInfo = {
        diskEncryptionKeyInfo = {
          keyVaultResourceArmId = "string"
          secretIdentifier = "string"
        }
        keyEncryptionKeyInfo = {
          keyIdentifier = "string"
          keyVaultResourceArmId = "string"
        }
      }
      diskId = "string"
      primaryStagingStorageAccountCustomInput = {
        resourceType = "string"
        // For remaining properties, see StorageAccountCustomDetails objects
      }
      recoveryDiskEncryptionSetId = "string"
      recoveryReplicaDiskAccountType = "string"
      recoveryResourceGroupCustomInput = {
        resourceType = "string"
        // For remaining properties, see RecoveryResourceGroupCustomDetails objects
      }
      recoveryTargetDiskAccountType = "string"
    }
  ]
}

ProtectionProfileCustomDetails-objecten

Stel de eigenschap resourceType in om het type object op te geven.

Gebruik voor Bestaand:

{
  protectionProfileId = "string"
  resourceType = "Existing"
}

Gebruik voor Nieuw:

{
  appConsistentFrequencyInMinutes = int
  crashConsistentFrequencyInMinutes = int
  multiVmSyncStatus = "string"
  policyName = "string"
  recoveryPointHistory = int
  resourceType = "New"
}

Eigenschapswaarden

Microsoft.RecoveryServices/vaults/replicationProtectionIntents

Naam Beschrijving Waarde
naam De resourcenaam tekenreeks (vereist)
ouder_id De id van de resource die het bovenliggende item voor deze resource is. Id voor resource van het type: kluizen
eigenschappen Invoereigenschappen voor beveiligingsintentie maken. CreateProtectionIntentPropertiesOrReplicationProtectionIntentProperties
soort Het brontype "Microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-12-01"

A2ACreateProtectionIntentInputOrA2AReplicationIntentDetails

Naam Beschrijving Waarde
agentAutoUpdateStatus Een waarde die aangeeft of de automatische update is ingeschakeld. 'Uitgeschakeld'
'Ingeschakeld'
automatiseringAccountArmId De arm-id van het Automation-account. touw
automatiseringAccountAuthenticatieType Een waarde die het verificatietype voor het Automation-account aangeeft. De standaardwaarde is 'RunAsAccount'. 'RunAsAccount'
'SystemAssignedIdentity'
autoProtectionOfDataDisk Een waarde die aangeeft of de automatische beveiliging is ingeschakeld. 'Uitgeschakeld'
'Ingeschakeld'
diskEncryptionInfo De gegevens over de versleuteling van de herstelschijf (voor twee passflows). DiskEncryptionInfo
fabricObjectId De infrastructuurspecifieke object-id van de virtuele machine. tekenreeks (vereist)
instantieType Het klassetype. A2A (vereist)
multiVmGroupId De groeps-id voor meerdere vm's. touw
multiVmGroepsnaam De naam van de groep met meerdere vm's. touw
primairLocatie De primaire locatie voor de virtuele machine. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
protectionProfileCustomInput De aangepaste invoer van het beveiligingsprofiel. BeschermingProfielAangepastDetails
recoveryAvailabilitySetCustomInput De invoer van de herstel beschikbaarheidsset. RecoveryAvailabilitySetCustomDetails
recoveryAvailabilityType Het herstel beschikbaarheidstype van de virtuele machine. 'Beschikbaarheid Set'
'Beschikbaarheid Zone'
'Enkel' (vereist)
recoveryAvailabilityZone De beschikbaarheidszone voor herstel. touw
recoveryBootDiagStorageAccount Het diagnostische opslagaccount voor opstarten. OpslagAccountCustomDetails
recoveryLocatie De herstellocatie voor de virtuele machine. tekenreeks (vereist)
recoveryProximityPlacementGroupCustomInput Aangepaste invoer voor de plaatsingsgroep voor herstelnabijheid. HerstelProximityPlacementGroupCustomDetails
recoveryResourceGroupId De resourcegroep-id voor herstel. Geldig voor V2-scenario's. tekenreeks (vereist)
recoverySubscriptionId De id van het herstelabonnement van de virtuele machine. tekenreeks (vereist)
recoveryVirtualNetworkCustomInput De invoer van het virtuele herstelnetwerk. RecoveryVirtualNetworkCustomDetails
vmDisks De lijst met vm-schijfinvoer. A2AProtectionIntentDiskInputDetails[]
vmManagedDisks De lijst met vm-beheerde schijfinvoer. A2AProtectionIntentManagedDiskInputDetails[]

A2AProtectionIntentDiskInputDetails

Naam Beschrijving Waarde
diskUri De schijf-URI. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
recoveryAzureStorageAccountCustomInput De invoer van het VHD-opslagaccount voor herstel. OpslagAccountCustomDetails

A2AProtectionIntentManagedDiskInputDetails

Naam Beschrijving Waarde
diskEncryptionInfo De gegevens over de versleuteling van de herstelschijf (voor één/enkele pass-stromen). DiskEncryptionInfo
diskId De schijf-id. tekenreeks (vereist)
primaireStagingStorageAccountCustomInput De invoer van het primaire faseringsopslagaccount. OpslagAccountCustomDetails
recoveryDiskEncryptionSetId De id van de versleutelingsset voor de herstelschijf. touw
recoveryReplicaDiskAccountType Het type replicaschijf. Het is een optionele waarde en is hetzelfde als het type bronschijf als deze niet door de gebruiker is opgegeven. touw
recoveryResourceGroupCustomInput De invoer van de herstelresourcegroep. RecoveryResourceGroupCustomDetails
recoveryTargetDiskAccountType Het type doelschijf na een failover. Het is een optionele waarde en is hetzelfde als het type bronschijf als deze niet door de gebruiker is opgegeven. touw

CreateProtectionIntentPropertiesOrReplicationProtectionIntentProperties

Naam Beschrijving Waarde
aanbiederSpecificDetails De ReplicationProviderInput. Voor A2A-provider is dit A2ACreateProtectionIntentInput-object. CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings

CreateProtectionIntentProviderSpecificDetailsOrReplicationProtectionIntentProviderSpecificSettings

Naam Beschrijving Waarde
instantieType Ingesteld op A2A voor het type A2ACreateProtectionIntentInputOrA2AReplicationIntentDetails. A2A (vereist)

DiskEncryptionInfo

Naam Beschrijving Waarde
schijfEncryptionKeyInfo De naslaginformatie voor KeyVault voor herstel voor geheim. DiskEncryptionKeyInfo
keyEncryptionKeyInfo De naslaginformatie voor KeyVault voor herstel. KeyEncryptionKeyInfo

DiskEncryptionKeyInfo

Naam Beschrijving Waarde
keyVaultResourceArmId De ARM-id van de KeyVault-resource voor geheim. touw
secretIdentifier De geheime URL/id. touw

BestaandProtectionProfile

Naam Beschrijving Waarde
protectionProfileId De arm-id van het beveiligingsprofiel. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

ExistingRecoveryAvailabilitySet

Naam Beschrijving Waarde
recoveryAvailabilitySetId De id van de herstel-beschikbaarheidsset. Er wordt een fout gegenereerd als de resource niet bestaat. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandHerstelNabijheid PlaatsingGroep

Naam Beschrijving Waarde
recoveryProximityPlacementGroupId De id van de plaatsingsgroep voor herstelnabijheid. Er wordt een fout gegenereerd als de resource niet bestaat. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

ExistingRecoveryResourceGroup

Naam Beschrijving Waarde
recoveryResourceGroupId De resourcegroep-id voor herstel. Geldig voor V2-scenario's. touw
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandHerstelVirtueelNetwerk

Naam Beschrijving Waarde
recoverySubnetNaam De naam van het herstelsubnet. touw
recoveryVirtualNetworkId De id van het virtuele herstelnetwerk. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

BestaandeOpslagaccount

Naam Beschrijving Waarde
azureStorageAccountId De arm-id van het opslagaccount. Er wordt een fout gegenereerd als de resource niet bestaat. tekenreeks (vereist)
hulpbrontype Het klassetype. 'Bestaand' (vereist)

KeyEncryptionKeyInfo

Naam Beschrijving Waarde
keyIdentifier De sleutel-URL/id. touw
keyVaultResourceArmId De ARM-id van de KeyVault-resource voor de sleutel. touw

NieuwBeschermingsProfiel

Naam Beschrijving Waarde
appConsistentFrequencyInMinutes De frequentie van de app-consistente momentopname (in minuten). int (integer)
crashConsistentFrequencyInMinutes De frequentie van crashconsistente momentopnamen (in minuten). int (integer)
multiVmSyncStatus Een waarde die aangeeft of synchronisatie met meerdere VM's moet worden ingeschakeld. De waarde moet 'Ingeschakeld' of 'Uitgeschakeld' zijn. 'Uitschakelen'
'Inschakelen' (vereist)
beleidNaam De invoer van het beveiligingsprofiel. tekenreeks (vereist)
recoveryPointHistory De duur in minuten totdat de herstelpunten moeten worden opgeslagen. int (integer)
hulpbrontype Het klassetype. 'Nieuw' (vereist)

NieuwHerstelVirtueel Netwerk

Naam Beschrijving Waarde
recoveryVirtualNetworkName De naam van het virtuele herstelnetwerk. touw
recoveryVirtualNetworkResourceGroupName De naam van de resourcegroep die moet worden gebruikt om het virtuele herstelnetwerk te maken. Als u afwezig bent, wordt het doelnetwerk gemaakt in dezelfde resourcegroep als de doel-VM. touw
hulpbrontype Het klassetype. 'Nieuw' (vereist)

BeschermingProfielAangepastDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingProtectionProfile. Ingesteld op 'Nieuw' voor het type NewProtectionProfile. 'Bestaand'
'Nieuw' (vereist)

RecoveryAvailabilitySetCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryAvailabilitySet. 'Bestaand' (vereist)

HerstelProximityPlacementGroupCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingRecoveryProximityPlacementGroup. 'Bestaand' (vereist)

RecoveryResourceGroupCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryResourceGroup. 'Bestaand' (vereist)

RecoveryVirtualNetworkCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Existing' voor het type ExistingRecoveryVirtualNetwork. Ingesteld op 'Nieuw' voor het type NewRecoveryVirtualNetwork. 'Bestaand'
'Nieuw' (vereist)

OpslagAccountCustomDetails

Naam Beschrijving Waarde
hulpbrontype Ingesteld op 'Bestaand' voor het type ExistingStorageAccount. 'Bestaand' (vereist)