Freigeben über


Microsoft.RecoveryServices Vaults/backupFabrics/backupProtectionIntent 2024-02-01

Bicep-Ressourcendefinition

Der Tresor/backupFabrics/backupProtectionIntent-Ressourcentyp kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:

Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.

Ressourcenformat

Um eine Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent-Ressource zu erstellen, fügen Sie der Vorlage die folgende Bicep hinzu.

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-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-Objekte

Legen Sie die protectionIntentItemType-Eigenschaft fest, um den Objekttyp anzugeben.

Verwenden Sie für AzureResourceItem-:

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

Verwenden Sie für AzureWorkloadSQLAutoProtectionIntent:

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

Verwenden Sie für AzureWorkloadContainerAutoProtectionIntent:

{
  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'
}

Eigenschaftswerte

AzureResourceProtectionIntent

Name Beschreibung Wert
friendlyName Anzeigename des virtuellen Computers, der durch dieses Sicherungselement dargestellt wird. Schnur
protectionIntentItemType Backup ProtectionIntent-Typ. 'AzureResourceItem' (erforderlich)

AzureWorkloadContainerAutoProtectionIntent

Name Beschreibung Wert
protectionIntentItemType Backup ProtectionIntent-Typ. "AzureWorkloadContainerAutoProtectionIntent" (erforderlich)

AzureWorkloadSQLAutoProtectionIntent

Name Beschreibung Wert
protectionIntentItemType Backup ProtectionIntent-Typ. "AzureWorkloadSQLAutoProtectionIntent" (erforderlich)
workloadItemType Workload-Elementtyp des Elements, für das die Absicht festgelegt werden soll 'Ungültig'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaDBInstance'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Name Beschreibung Wert
eTag Optionales ETag. Schnur
Ort Ressourcenspeicherort. Schnur
Name Der Ressourcenname Zeichenfolge (erforderlich)
Elternteil In Bicep können Sie die übergeordnete Ressource für eine untergeordnete Ressource angeben. Sie müssen diese Eigenschaft nur hinzufügen, wenn die untergeordnete Ressource außerhalb der übergeordneten Ressource deklariert wird.

Weitere Informationen finden Sie unter Untergeordnete Ressource außerhalb der übergeordneten Ressource.
Symbolischer Name für Ressource vom Typ: Vaults/backupFabrics
Eigenschaften ProtectionIntentResource-Eigenschaften ProtectionIntent-
Schilder Ressourcentags Wörterbuch der Tagnamen und -werte. Siehe Tags in Vorlagen

ProtectionIntent

Name Beschreibung Wert
backupManagementType Typ der Sicherungsverwaltung für das gesicherte Element. "AzureBackupServer"
"AzureIaasVM"
'AzureSql'
"AzureStorage"
"AzureWorkload"
'DefaultBackup'
'DPM'
'Ungültig'
"MAB"
itemId ID des Elements, das geschützt wird, im Falle von Azure Vm ist es ProtectedItemId Schnur
policyId ID der Sicherungsrichtlinie, mit der dieses Element gesichert wird. Schnur
protectionIntentItemType Legen Sie für den Typ AzureResourceProtectionIntentauf "AzureResourceItem" fest. Legen Sie für den Typ AzureWorkloadSQLAutoProtectionIntent AzureWorkloadSQLAutoProtectionIntentauf "AzureWorkloadSQLAutoProtectionIntent" fest. Auf 'AzureWorkloadContainerAutoProtectionIntent' für den Typ AzureWorkloadContainerAutoProtectionIntentfestgelegt. "AzureResourceItem"
'AzureWorkloadContainerAutoProtectionIntent'
"AzureWorkloadSQLAutoProtectionIntent" (erforderlich)
protectionState Sicherungsstatus dieses Sicherungselements. 'Ungültig'
'NotProtected'
"Geschützt"
"Schützen"
"ProtectionFailed"
sourceResourceId ARM-ID der zu sichernden Ressource. Schnur

ResourceTags

Name Beschreibung Wert

ARM-Vorlagenressourcendefinition

Der Tresor/backupFabrics/backupProtectionIntent-Ressourcentyp kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:

Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.

Ressourcenformat

Um eine Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent-Ressource zu erstellen, fügen Sie der Vorlage den folgenden JSON-Code hinzu.

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2024-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-Objekte

Legen Sie die protectionIntentItemType-Eigenschaft fest, um den Objekttyp anzugeben.

Verwenden Sie für AzureResourceItem-:

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

Verwenden Sie für AzureWorkloadSQLAutoProtectionIntent:

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

Verwenden Sie für AzureWorkloadContainerAutoProtectionIntent:

{
  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"
}

Eigenschaftswerte

AzureResourceProtectionIntent

Name Beschreibung Wert
friendlyName Anzeigename des virtuellen Computers, der durch dieses Sicherungselement dargestellt wird. Schnur
protectionIntentItemType Backup ProtectionIntent-Typ. 'AzureResourceItem' (erforderlich)

AzureWorkloadContainerAutoProtectionIntent

Name Beschreibung Wert
protectionIntentItemType Backup ProtectionIntent-Typ. "AzureWorkloadContainerAutoProtectionIntent" (erforderlich)

AzureWorkloadSQLAutoProtectionIntent

Name Beschreibung Wert
protectionIntentItemType Backup ProtectionIntent-Typ. "AzureWorkloadSQLAutoProtectionIntent" (erforderlich)
workloadItemType Workload-Elementtyp des Elements, für das die Absicht festgelegt werden soll 'Ungültig'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaDBInstance'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Name Beschreibung Wert
apiVersion Die API-Version '2024-02-01'
eTag Optionales ETag. Schnur
Ort Ressourcenspeicherort. Schnur
Name Der Ressourcenname Zeichenfolge (erforderlich)
Eigenschaften ProtectionIntentResource-Eigenschaften ProtectionIntent-
Schilder Ressourcentags Wörterbuch der Tagnamen und -werte. Siehe Tags in Vorlagen
Art Der Ressourcentyp 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'

ProtectionIntent

Name Beschreibung Wert
backupManagementType Typ der Sicherungsverwaltung für das gesicherte Element. "AzureBackupServer"
"AzureIaasVM"
'AzureSql'
"AzureStorage"
"AzureWorkload"
'DefaultBackup'
'DPM'
'Ungültig'
"MAB"
itemId ID des Elements, das geschützt wird, im Falle von Azure Vm ist es ProtectedItemId Schnur
policyId ID der Sicherungsrichtlinie, mit der dieses Element gesichert wird. Schnur
protectionIntentItemType Legen Sie für den Typ AzureResourceProtectionIntentauf "AzureResourceItem" fest. Legen Sie für den Typ AzureWorkloadSQLAutoProtectionIntent AzureWorkloadSQLAutoProtectionIntentauf "AzureWorkloadSQLAutoProtectionIntent" fest. Auf 'AzureWorkloadContainerAutoProtectionIntent' für den Typ AzureWorkloadContainerAutoProtectionIntentfestgelegt. "AzureResourceItem"
'AzureWorkloadContainerAutoProtectionIntent'
"AzureWorkloadSQLAutoProtectionIntent" (erforderlich)
protectionState Sicherungsstatus dieses Sicherungselements. 'Ungültig'
'NotProtected'
"Geschützt"
"Schützen"
"ProtectionFailed"
sourceResourceId ARM-ID der zu sichernden Ressource. Schnur

ResourceTags

Name Beschreibung Wert

Terraform -Ressourcendefinition (AzAPI-Anbieter)

Der Tresor/backupFabrics/backupProtectionIntent-Ressourcentyp kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:

  • Ressourcengruppen

Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.

Ressourcenformat

Um eine Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent-Ressource zu erstellen, fügen Sie Ihrer Vorlage die folgende Terraform hinzu.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-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-Objekte

Legen Sie die protectionIntentItemType-Eigenschaft fest, um den Objekttyp anzugeben.

Verwenden Sie für AzureResourceItem-:

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

Verwenden Sie für AzureWorkloadSQLAutoProtectionIntent:

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

Verwenden Sie für AzureWorkloadContainerAutoProtectionIntent:

{
  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"
}

Eigenschaftswerte

AzureResourceProtectionIntent

Name Beschreibung Wert
friendlyName Anzeigename des virtuellen Computers, der durch dieses Sicherungselement dargestellt wird. Schnur
protectionIntentItemType Backup ProtectionIntent-Typ. 'AzureResourceItem' (erforderlich)

AzureWorkloadContainerAutoProtectionIntent

Name Beschreibung Wert
protectionIntentItemType Backup ProtectionIntent-Typ. "AzureWorkloadContainerAutoProtectionIntent" (erforderlich)

AzureWorkloadSQLAutoProtectionIntent

Name Beschreibung Wert
protectionIntentItemType Backup ProtectionIntent-Typ. "AzureWorkloadSQLAutoProtectionIntent" (erforderlich)
workloadItemType Workload-Elementtyp des Elements, für das die Absicht festgelegt werden soll 'Ungültig'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaDBInstance'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Name Beschreibung Wert
eTag Optionales ETag. Schnur
Ort Ressourcenspeicherort. Schnur
Name Der Ressourcenname Zeichenfolge (erforderlich)
parent_id Die ID der Ressource, die das übergeordnete Element für diese Ressource ist. ID für Die Ressource des Typs: Vaults/backupFabrics
Eigenschaften ProtectionIntentResource-Eigenschaften ProtectionIntent-
Schilder Ressourcentags Wörterbuch der Tagnamen und -werte.
Art Der Ressourcentyp "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-02-01"

ProtectionIntent

Name Beschreibung Wert
backupManagementType Typ der Sicherungsverwaltung für das gesicherte Element. "AzureBackupServer"
"AzureIaasVM"
'AzureSql'
"AzureStorage"
"AzureWorkload"
'DefaultBackup'
'DPM'
'Ungültig'
"MAB"
itemId ID des Elements, das geschützt wird, im Falle von Azure Vm ist es ProtectedItemId Schnur
policyId ID der Sicherungsrichtlinie, mit der dieses Element gesichert wird. Schnur
protectionIntentItemType Legen Sie für den Typ AzureResourceProtectionIntentauf "AzureResourceItem" fest. Legen Sie für den Typ AzureWorkloadSQLAutoProtectionIntent AzureWorkloadSQLAutoProtectionIntentauf "AzureWorkloadSQLAutoProtectionIntent" fest. Auf 'AzureWorkloadContainerAutoProtectionIntent' für den Typ AzureWorkloadContainerAutoProtectionIntentfestgelegt. "AzureResourceItem"
'AzureWorkloadContainerAutoProtectionIntent'
"AzureWorkloadSQLAutoProtectionIntent" (erforderlich)
protectionState Sicherungsstatus dieses Sicherungselements. 'Ungültig'
'NotProtected'
"Geschützt"
"Schützen"
"ProtectionFailed"
sourceResourceId ARM-ID der zu sichernden Ressource. Schnur

ResourceTags

Name Beschreibung Wert