Delen via


Microsoft.RecoveryServices-kluizen/backupFabrics/backupProtectionIntent 2022-02-01

Bicep-resourcedefinitie

Het resourcetype vaults/backupFabrics/backupProtectionIntent kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

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

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    backupManagementType: 'string'
    itemId: 'string'
    policyId: 'string'
    protectionState: 'string'
    sourceResourceId: 'string'
    protectionIntentItemType: 'string'
    // For remaining properties, see ProtectionIntent objects
  }
  tags: {
    {customized property}: 'string'
  }
}

ProtectionIntent-objecten

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

Gebruik voor AzureResourceItem-:

{
  friendlyName: 'string'
  protectionIntentItemType: 'AzureResourceItem'
}

Gebruik voor AzureWorkloadSQLAutoProtectionIntent:

{
  protectionIntentItemType: 'AzureWorkloadSQLAutoProtectionIntent'
  workloadItemType: 'string'
}

Gebruik voor AzureWorkloadContainerAutoProtectionIntent:

{
  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'
}

Eigenschapswaarden

AzureResourceProtectionIntent

Naam Beschrijving Waarde
friendlyName Beschrijvende naam van de virtuele machine die wordt vertegenwoordigd door dit back-upitem. snaar
protectionIntentItemType type back-upbeveiligingIntent. 'AzureResourceItem' (vereist)

AzureWorkloadContainerAutoProtectionIntent

Naam Beschrijving Waarde
protectionIntentItemType type back-upbeveiligingIntent. 'AzureWorkloadContainerAutoProtectionIntent' (vereist)

AzureWorkloadSQLAutoProtectionIntent

Naam Beschrijving Waarde
protectionIntentItemType type back-upbeveiligingIntent. 'AzureWorkloadSQLAutoProtectionIntent' (vereist)
workloadItemType Werkbelastingitemtype van het item waarvoor de intentie moet worden ingesteld 'Ongeldig'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Naam Beschrijving Waarde
eTag Optionele ETag. snaar
plaats Resourcelocatie. snaar
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 resourcevoor meer informatie.
Symbolische naam voor resource van het type: kluizen/backupFabrics
Eigenschappen ProtectionIntentResource-eigenschappen ProtectionIntent-
Tags Resourcetags Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen

ProtectionIntent

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor het back-upitem. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Ongeldig'
'MAB'
itemId Id van het item dat wordt beveiligd, in het geval van Azure Vm, is het ProtectedItemId snaar
policyId Id van het back-upbeleid waarvan een back-up van dit item wordt gemaakt. snaar
protectionIntentItemType Ingesteld op AzureResourceItem voor het type AzureResourceProtectionIntent. Ingesteld op 'AzureWorkloadSQLAutoProtectionIntent' voor het type AzureWorkloadSQLAutoProtectionIntent. Ingesteld op 'AzureWorkloadContainerAutoProtectionIntent' voor het type AzureWorkloadContainerAutoProtectionIntent. 'AzureResourceItem'
'AzureWorkloadContainerAutoProtectionIntent'
'AzureWorkloadSQLAutoProtectionIntent' (vereist)
protectionState Back-upstatus van dit back-upitem. 'Ongeldig'
'Niet beveiligd'
'Beveiligd'
'Beveiligen'
'ProtectionFailed'
sourceResourceId ARM-id van de resource waarvan een back-up moet worden gemaakt. snaar

ResourceTags

Naam Beschrijving Waarde

Resourcedefinitie van ARM-sjabloon

Het resourcetype vaults/backupFabrics/backupProtectionIntent kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

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

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2022-02-01",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "backupManagementType": "string",
    "itemId": "string",
    "policyId": "string",
    "protectionState": "string",
    "sourceResourceId": "string",
    "protectionIntentItemType": "string"
    // For remaining properties, see ProtectionIntent objects
  },
  "tags": {
    "{customized property}": "string"
  }
}

ProtectionIntent-objecten

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

Gebruik voor AzureResourceItem-:

{
  "friendlyName": "string",
  "protectionIntentItemType": "AzureResourceItem"
}

Gebruik voor AzureWorkloadSQLAutoProtectionIntent:

{
  "protectionIntentItemType": "AzureWorkloadSQLAutoProtectionIntent",
  "workloadItemType": "string"
}

Gebruik voor AzureWorkloadContainerAutoProtectionIntent:

{
  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"
}

Eigenschapswaarden

AzureResourceProtectionIntent

Naam Beschrijving Waarde
friendlyName Beschrijvende naam van de virtuele machine die wordt vertegenwoordigd door dit back-upitem. snaar
protectionIntentItemType type back-upbeveiligingIntent. 'AzureResourceItem' (vereist)

AzureWorkloadContainerAutoProtectionIntent

Naam Beschrijving Waarde
protectionIntentItemType type back-upbeveiligingIntent. 'AzureWorkloadContainerAutoProtectionIntent' (vereist)

AzureWorkloadSQLAutoProtectionIntent

Naam Beschrijving Waarde
protectionIntentItemType type back-upbeveiligingIntent. 'AzureWorkloadSQLAutoProtectionIntent' (vereist)
workloadItemType Werkbelastingitemtype van het item waarvoor de intentie moet worden ingesteld 'Ongeldig'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Naam Beschrijving Waarde
apiVersion De API-versie '2022-02-01'
eTag Optionele ETag. snaar
plaats Resourcelocatie. snaar
naam De resourcenaam tekenreeks (vereist)
Eigenschappen ProtectionIntentResource-eigenschappen ProtectionIntent-
Tags Resourcetags Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen
type Het resourcetype 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'

ProtectionIntent

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor het back-upitem. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Ongeldig'
'MAB'
itemId Id van het item dat wordt beveiligd, in het geval van Azure Vm, is het ProtectedItemId snaar
policyId Id van het back-upbeleid waarvan een back-up van dit item wordt gemaakt. snaar
protectionIntentItemType Ingesteld op AzureResourceItem voor het type AzureResourceProtectionIntent. Ingesteld op 'AzureWorkloadSQLAutoProtectionIntent' voor het type AzureWorkloadSQLAutoProtectionIntent. Ingesteld op 'AzureWorkloadContainerAutoProtectionIntent' voor het type AzureWorkloadContainerAutoProtectionIntent. 'AzureResourceItem'
'AzureWorkloadContainerAutoProtectionIntent'
'AzureWorkloadSQLAutoProtectionIntent' (vereist)
protectionState Back-upstatus van dit back-upitem. 'Ongeldig'
'Niet beveiligd'
'Beveiligd'
'Beveiligen'
'ProtectionFailed'
sourceResourceId ARM-id van de resource waarvan een back-up moet worden gemaakt. snaar

ResourceTags

Naam Beschrijving Waarde

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype vaults/backupFabrics/backupProtectionIntent kan 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/backupFabrics/backupProtectionIntent wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      itemId = "string"
      policyId = "string"
      protectionState = "string"
      sourceResourceId = "string"
      protectionIntentItemType = "string"
      // For remaining properties, see ProtectionIntent objects
    }
  })
}

ProtectionIntent-objecten

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

Gebruik voor AzureResourceItem-:

{
  friendlyName = "string"
  protectionIntentItemType = "AzureResourceItem"
}

Gebruik voor AzureWorkloadSQLAutoProtectionIntent:

{
  protectionIntentItemType = "AzureWorkloadSQLAutoProtectionIntent"
  workloadItemType = "string"
}

Gebruik voor AzureWorkloadContainerAutoProtectionIntent:

{
  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"
}

Eigenschapswaarden

AzureResourceProtectionIntent

Naam Beschrijving Waarde
friendlyName Beschrijvende naam van de virtuele machine die wordt vertegenwoordigd door dit back-upitem. snaar
protectionIntentItemType type back-upbeveiligingIntent. 'AzureResourceItem' (vereist)

AzureWorkloadContainerAutoProtectionIntent

Naam Beschrijving Waarde
protectionIntentItemType type back-upbeveiligingIntent. 'AzureWorkloadContainerAutoProtectionIntent' (vereist)

AzureWorkloadSQLAutoProtectionIntent

Naam Beschrijving Waarde
protectionIntentItemType type back-upbeveiligingIntent. 'AzureWorkloadSQLAutoProtectionIntent' (vereist)
workloadItemType Werkbelastingitemtype van het item waarvoor de intentie moet worden ingesteld 'Ongeldig'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Naam Beschrijving Waarde
eTag Optionele ETag. snaar
plaats Resourcelocatie. snaar
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: kluizen/backupFabrics
Eigenschappen ProtectionIntentResource-eigenschappen ProtectionIntent-
Tags Resourcetags Woordenlijst met tagnamen en -waarden.
type Het resourcetype "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01"

ProtectionIntent

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor het back-upitem. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Ongeldig'
'MAB'
itemId Id van het item dat wordt beveiligd, in het geval van Azure Vm, is het ProtectedItemId snaar
policyId Id van het back-upbeleid waarvan een back-up van dit item wordt gemaakt. snaar
protectionIntentItemType Ingesteld op AzureResourceItem voor het type AzureResourceProtectionIntent. Ingesteld op 'AzureWorkloadSQLAutoProtectionIntent' voor het type AzureWorkloadSQLAutoProtectionIntent. Ingesteld op 'AzureWorkloadContainerAutoProtectionIntent' voor het type AzureWorkloadContainerAutoProtectionIntent. 'AzureResourceItem'
'AzureWorkloadContainerAutoProtectionIntent'
'AzureWorkloadSQLAutoProtectionIntent' (vereist)
protectionState Back-upstatus van dit back-upitem. 'Ongeldig'
'Niet beveiligd'
'Beveiligd'
'Beveiligen'
'ProtectionFailed'
sourceResourceId ARM-id van de resource waarvan een back-up moet worden gemaakt. snaar

ResourceTags

Naam Beschrijving Waarde