Condividi tramite


Insiemi di credenziali di Microsoft.RecoveryServices/backupFabrics/backupProtectionIntent 2022-06-01-preview

Definizione di risorsa Bicep

I tipi di risorsa vaults/backupFabrics/backupProtectionIntent possono essere distribuiti con operazioni destinate a:

  • gruppi di risorse - Vedere i comandi di distribuzione del gruppo di risorse

Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.

Formato risorsa

Per creare una risorsa Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent, aggiungere il bicep seguente al modello.

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview' = {
  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'
  }
}

Oggetti ProtectionIntent

Impostare la proprietà protectionIntentItemType per specificare il tipo di oggetto.

Per AzureResourceItem, usare:

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

Per AzureWorkloadSQLAutoProtectionIntent, usare:

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

Per AzureWorkloadContainerAutoProtectionIntent, usare:

{
  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'
}

Valori delle proprietà

AzureResourceProtectionIntent

Nome Descrizione Valore
friendlyName Nome descrittivo della macchina virtuale rappresentata da questo elemento di backup. corda
protectionIntentItemType tipo backup protectionIntent. 'AzureResourceItem' (obbligatorio)

AzureWorkloadContainerAutoProtectionIntent

Nome Descrizione Valore
protectionIntentItemType tipo backup protectionIntent. 'AzureWorkloadContainerAutoProtectionIntent' (obbligatorio)

AzureWorkloadSQLAutoProtectionIntent

Nome Descrizione Valore
protectionIntentItemType tipo backup protectionIntent. 'AzureWorkloadSQLAutoProtectionIntent' (obbligatorio)
workloadItemType Tipo di elemento del carico di lavoro dell'elemento per il quale deve essere impostata la finalità 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaDBInstance'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Nome Descrizione Valore
eTag ETag facoltativo. corda
ubicazione Percorso della risorsa. corda
nome Nome della risorsa stringa (obbligatorio)
genitore In Bicep è possibile specificare la risorsa padre per una risorsa figlio. È necessario aggiungere questa proprietà solo quando la risorsa figlio viene dichiarata all'esterno della risorsa padre.

Per altre informazioni, vedere risorsa figlio all'esterno della risorsa padre.
Nome simbolico per la risorsa di tipo: insiemi di credenziali/backupFabrics
proprietà Proprietà ProtectionIntentResource ProtectionIntent
Tag Tag delle risorse Dizionario di nomi e valori di tag. Vedere tag nei modelli

ProtectionIntent

Nome Descrizione Valore
backupManagementType Tipo di gestione dei backup per l'elemento di cui è stato eseguito il backup. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Invalid'
'MAB'
itemId ID dell'elemento che viene protetto, in caso di macchina virtuale di Azure, è ProtectedItemId corda
policyId ID dei criteri di backup di cui viene eseguito il backup dell'elemento. corda
protectionIntentItemType Impostare su 'AzureResourceItem' per il tipo AzureResourceProtectionIntent. Impostare su 'AzureWorkloadSQLAutoProtectionIntent' per il tipo AzureWorkloadSQLAutoProtectionIntent. Impostare su "AzureWorkloadContainerAutoProtectionIntent" per il tipo AzureWorkloadContainerAutoProtectionIntent. 'AzureResourceItem'
'AzureWorkloadContainerAutoProtectionIntent'
'AzureWorkloadSQLAutoProtectionIntent' (obbligatorio)
protectionState Stato di backup di questo elemento di backup. 'Invalid'
'NotProtected'
'Protected'
'Protezione'
'ProtectionFailed'
sourceResourceId ID ARM della risorsa di cui eseguire il backup. corda

ResourceTags

Nome Descrizione Valore

Definizione di risorsa del modello di Resource Manager

I tipi di risorsa vaults/backupFabrics/backupProtectionIntent possono essere distribuiti con operazioni destinate a:

  • gruppi di risorse - Vedere i comandi di distribuzione del gruppo di risorse

Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.

Formato risorsa

Per creare una risorsa Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent, aggiungere il codice JSON seguente al modello.

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2022-06-01-preview",
  "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"
  }
}

Oggetti ProtectionIntent

Impostare la proprietà protectionIntentItemType per specificare il tipo di oggetto.

Per AzureResourceItem, usare:

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

Per AzureWorkloadSQLAutoProtectionIntent, usare:

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

Per AzureWorkloadContainerAutoProtectionIntent, usare:

{
  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"
}

Valori delle proprietà

AzureResourceProtectionIntent

Nome Descrizione Valore
friendlyName Nome descrittivo della macchina virtuale rappresentata da questo elemento di backup. corda
protectionIntentItemType tipo backup protectionIntent. 'AzureResourceItem' (obbligatorio)

AzureWorkloadContainerAutoProtectionIntent

Nome Descrizione Valore
protectionIntentItemType tipo backup protectionIntent. 'AzureWorkloadContainerAutoProtectionIntent' (obbligatorio)

AzureWorkloadSQLAutoProtectionIntent

Nome Descrizione Valore
protectionIntentItemType tipo backup protectionIntent. 'AzureWorkloadSQLAutoProtectionIntent' (obbligatorio)
workloadItemType Tipo di elemento del carico di lavoro dell'elemento per il quale deve essere impostata la finalità 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaDBInstance'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Nome Descrizione Valore
apiVersion Versione dell'API '2022-06-01-preview'
eTag ETag facoltativo. corda
ubicazione Percorso della risorsa. corda
nome Nome della risorsa stringa (obbligatorio)
proprietà Proprietà ProtectionIntentResource ProtectionIntent
Tag Tag delle risorse Dizionario di nomi e valori di tag. Vedere tag nei modelli
digitare Tipo di risorsa 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'

ProtectionIntent

Nome Descrizione Valore
backupManagementType Tipo di gestione dei backup per l'elemento di cui è stato eseguito il backup. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Invalid'
'MAB'
itemId ID dell'elemento che viene protetto, in caso di macchina virtuale di Azure, è ProtectedItemId corda
policyId ID dei criteri di backup di cui viene eseguito il backup dell'elemento. corda
protectionIntentItemType Impostare su 'AzureResourceItem' per il tipo AzureResourceProtectionIntent. Impostare su 'AzureWorkloadSQLAutoProtectionIntent' per il tipo AzureWorkloadSQLAutoProtectionIntent. Impostare su "AzureWorkloadContainerAutoProtectionIntent" per il tipo AzureWorkloadContainerAutoProtectionIntent. 'AzureResourceItem'
'AzureWorkloadContainerAutoProtectionIntent'
'AzureWorkloadSQLAutoProtectionIntent' (obbligatorio)
protectionState Stato di backup di questo elemento di backup. 'Invalid'
'NotProtected'
'Protected'
'Protezione'
'ProtectionFailed'
sourceResourceId ID ARM della risorsa di cui eseguire il backup. corda

ResourceTags

Nome Descrizione Valore

Definizione di risorsa Terraform (provider AzAPI)

I tipi di risorsa vaults/backupFabrics/backupProtectionIntent possono essere distribuiti con operazioni destinate a:

  • gruppi di risorse

Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.

Formato risorsa

Per creare una risorsa Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent, aggiungere il codice Terraform seguente al modello.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview"
  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
    }
  })
}

Oggetti ProtectionIntent

Impostare la proprietà protectionIntentItemType per specificare il tipo di oggetto.

Per AzureResourceItem, usare:

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

Per AzureWorkloadSQLAutoProtectionIntent, usare:

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

Per AzureWorkloadContainerAutoProtectionIntent, usare:

{
  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"
}

Valori delle proprietà

AzureResourceProtectionIntent

Nome Descrizione Valore
friendlyName Nome descrittivo della macchina virtuale rappresentata da questo elemento di backup. corda
protectionIntentItemType tipo backup protectionIntent. 'AzureResourceItem' (obbligatorio)

AzureWorkloadContainerAutoProtectionIntent

Nome Descrizione Valore
protectionIntentItemType tipo backup protectionIntent. 'AzureWorkloadContainerAutoProtectionIntent' (obbligatorio)

AzureWorkloadSQLAutoProtectionIntent

Nome Descrizione Valore
protectionIntentItemType tipo backup protectionIntent. 'AzureWorkloadSQLAutoProtectionIntent' (obbligatorio)
workloadItemType Tipo di elemento del carico di lavoro dell'elemento per il quale deve essere impostata la finalità 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaDBInstance'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

Nome Descrizione Valore
eTag ETag facoltativo. corda
ubicazione Percorso della risorsa. corda
nome Nome della risorsa stringa (obbligatorio)
parent_id ID della risorsa padre per questa risorsa. ID per la risorsa di tipo: insiemi di credenziali /backupFabrics
proprietà Proprietà ProtectionIntentResource ProtectionIntent
Tag Tag delle risorse Dizionario di nomi e valori di tag.
digitare Tipo di risorsa "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview"

ProtectionIntent

Nome Descrizione Valore
backupManagementType Tipo di gestione dei backup per l'elemento di cui è stato eseguito il backup. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Invalid'
'MAB'
itemId ID dell'elemento che viene protetto, in caso di macchina virtuale di Azure, è ProtectedItemId corda
policyId ID dei criteri di backup di cui viene eseguito il backup dell'elemento. corda
protectionIntentItemType Impostare su 'AzureResourceItem' per il tipo AzureResourceProtectionIntent. Impostare su 'AzureWorkloadSQLAutoProtectionIntent' per il tipo AzureWorkloadSQLAutoProtectionIntent. Impostare su "AzureWorkloadContainerAutoProtectionIntent" per il tipo AzureWorkloadContainerAutoProtectionIntent. 'AzureResourceItem'
'AzureWorkloadContainerAutoProtectionIntent'
'AzureWorkloadSQLAutoProtectionIntent' (obbligatorio)
protectionState Stato di backup di questo elemento di backup. 'Invalid'
'NotProtected'
'Protected'
'Protezione'
'ProtectionFailed'
sourceResourceId ID ARM della risorsa di cui eseguire il backup. corda

ResourceTags

Nome Descrizione Valore