Delen via


Microsoft.RecoveryServices-kluizen/backupFabrics/backupProtectionIntent 2022-09-30-preview

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-09-30-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  eTag: 'string'
  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-:

  protectionIntentItemType: 'AzureResourceItem'
  friendlyName: 'string'

Gebruik voor AzureWorkloadContainerAutoProtectionIntent:

  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'

Gebruik voor AzureWorkloadSQLAutoProtectionIntent:

  protectionIntentItemType: 'AzureWorkloadSQLAutoProtectionIntent'
  workloadItemType: 'string'

Eigenschapswaarden

kluizen/backupFabrics/backupProtectionIntent

Naam Beschrijving Waarde
naam De resourcenaam

Zie hoe u namen en typen instelt voor onderliggende resources in Bicep-.
tekenreeks (vereist)
plaats Resourcelocatie. snaar
Tags Resourcetags. Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen
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: backupFabrics
eTag Optionele ETag. snaar
Eigenschappen ProtectionIntentResource-eigenschappen ProtectionIntent-

ProtectionIntent

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor het back-upitem. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'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
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
protectionIntentItemType Het objecttype instellen AzureResourceItem-
AzureWorkloadContainerAutoProtectionIntent
AzureWorkloadSQLAutoProtectionIntent (vereist)

AzureResourceProtectionIntent

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

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'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

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-09-30-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "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-:

  "protectionIntentItemType": "AzureResourceItem",
  "friendlyName": "string"

Gebruik voor AzureWorkloadContainerAutoProtectionIntent:

  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"

Gebruik voor AzureWorkloadSQLAutoProtectionIntent:

  "protectionIntentItemType": "AzureWorkloadSQLAutoProtectionIntent",
  "workloadItemType": "string"

Eigenschapswaarden

kluizen/backupFabrics/backupProtectionIntent

Naam Beschrijving Waarde
type Het resourcetype 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'
apiVersion De versie van de resource-API '2022-09-30-preview'
naam De resourcenaam

Zie hoe u namen en typen instelt voor onderliggende resources in JSON ARM-sjablonen.
tekenreeks (vereist)
plaats Resourcelocatie. snaar
Tags Resourcetags. Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen
eTag Optionele ETag. snaar
Eigenschappen ProtectionIntentResource-eigenschappen ProtectionIntent-

ProtectionIntent

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor het back-upitem. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'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
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
protectionIntentItemType Het objecttype instellen AzureResourceItem-
AzureWorkloadContainerAutoProtectionIntent
AzureWorkloadSQLAutoProtectionIntent (vereist)

AzureResourceProtectionIntent

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

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'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

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-09-30-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      itemId = "string"
      policyId = "string"
      protectionState = "string"
      sourceResourceId = "string"
      protectionIntentItemType = "string"
      // For remaining properties, see ProtectionIntent objects
    }
    eTag = "string"
  })
}

ProtectionIntent-objecten

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

Gebruik voor AzureResourceItem-:

  protectionIntentItemType = "AzureResourceItem"
  friendlyName = "string"

Gebruik voor AzureWorkloadContainerAutoProtectionIntent:

  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"

Gebruik voor AzureWorkloadSQLAutoProtectionIntent:

  protectionIntentItemType = "AzureWorkloadSQLAutoProtectionIntent"
  workloadItemType = "string"

Eigenschapswaarden

kluizen/backupFabrics/backupProtectionIntent

Naam Beschrijving Waarde
type Het resourcetype "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-30-preview"
naam De resourcenaam tekenreeks (vereist)
plaats Resourcelocatie. snaar
parent_id De id van de resource die het bovenliggende item voor deze resource is. Id voor resource van het type: backupFabrics
Tags Resourcetags. Woordenlijst met tagnamen en -waarden.
eTag Optionele ETag. snaar
Eigenschappen ProtectionIntentResource-eigenschappen ProtectionIntent-

ProtectionIntent

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor het back-upitem. "AzureBackupServer"
"AzureIaasVM"
"AzureSql"
"AzureStorage"
"AzureWorkload"
"DPM"
"DefaultBackup"
"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
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
protectionIntentItemType Het objecttype instellen AzureResourceItem-
AzureWorkloadContainerAutoProtectionIntent
AzureWorkloadSQLAutoProtectionIntent (vereist)

AzureResourceProtectionIntent

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

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"
"SAPHanaDBInstance"
"SAPHanaDatabase"
"SAPHanaSystem"
"SQLDataBase"
"SQLInstance"