Delen via


Microsoft.RecoveryServices-kluizen/backupFabrics/protectionContainers

Bicep-resourcedefinitie

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

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

Resource-indeling

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

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2024-04-30-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  eTag: 'string'
  properties: {
    backupManagementType: 'string'
    friendlyName: 'string'
    healthStatus: 'string'
    protectableObjectType: 'string'
    registrationStatus: 'string'
    containerType: 'string'
    // For remaining properties, see ProtectionContainer objects
  }
}

ProtectionContainer-objecten

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

Gebruik voor AzureBackupServerContainer:

  containerType: 'AzureBackupServerContainer'
  canReRegister: bool
  containerId: 'string'
  dpmAgentVersion: 'string'
  dpmServers: [
    'string'
  ]
  extendedInfo: {
    lastRefreshedAt: 'string'
  }
  protectedItemCount: int
  protectionStatus: 'string'
  upgradeAvailable: bool

Gebruik voor AzureSqlContainer:

  containerType: 'AzureSqlContainer'

Gebruik voor GenericContainer:

  containerType: 'GenericContainer'
  extendedInformation: {
    containerIdentityInfo: {
      aadTenantId: 'string'
      audience: 'string'
      servicePrincipalClientId: 'string'
      uniqueName: 'string'
    }
    rawCertData: 'string'
    serviceEndpoints: {
      {customized property}: 'string'
    }
  }
  fabricName: 'string'

Gebruik voor Microsoft.ClassicCompute/virtualMachines:

  containerType: 'Microsoft.ClassicCompute/virtualMachines'
  resourceGroup: 'string'
  virtualMachineId: 'string'
  virtualMachineVersion: 'string'

Gebruik voor Microsoft.Compute/virtualMachines:

  containerType: 'Microsoft.Compute/virtualMachines'
  resourceGroup: 'string'
  virtualMachineId: 'string'
  virtualMachineVersion: 'string'

Gebruik voor SQLAGWorkLoadContainer:

  containerType: 'SQLAGWorkLoadContainer'
  extendedInfo: {
    hostServerName: 'string'
    inquiryInfo: {
      errorDetail: {}
      inquiryDetails: [
        {
          inquiryValidation: {
            errorDetail: {}
            status: 'string'
          }
          itemCount: int
          type: 'string'
        }
      ]
      status: 'string'
    }
    nodesList: [
      {
        errorDetail: {}
        nodeName: 'string'
        sourceResourceId: 'string'
        status: 'string'
      }
    ]
  }
  lastUpdatedTime: 'string'
  operationType: 'string'
  sourceResourceId: 'string'
  workloadType: 'string'

Gebruik voor StorageContainer:

  containerType: 'StorageContainer'
  acquireStorageAccountLock: 'string'
  protectedItemCount: int
  resourceGroup: 'string'
  sourceResourceId: 'string'
  storageAccountVersion: 'string'

Gebruik voor VMAppContainer-:

  containerType: 'VMAppContainer'
  extendedInfo: {
    hostServerName: 'string'
    inquiryInfo: {
      errorDetail: {}
      inquiryDetails: [
        {
          inquiryValidation: {
            errorDetail: {}
            status: 'string'
          }
          itemCount: int
          type: 'string'
        }
      ]
      status: 'string'
    }
    nodesList: [
      {
        errorDetail: {}
        nodeName: 'string'
        sourceResourceId: 'string'
        status: 'string'
      }
    ]
  }
  lastUpdatedTime: 'string'
  operationType: 'string'
  sourceResourceId: 'string'
  workloadType: 'string'

Gebruik voor Windows:

  containerType: 'Windows'
  agentVersion: 'string'
  canReRegister: bool
  containerHealthState: 'string'
  containerId: int
  extendedInfo: {
    backupItems: [
      'string'
    ]
    backupItemType: 'string'
    lastBackupStatus: 'string'
    lastRefreshedAt: 'string'
    policyName: 'string'
  }
  mabContainerHealthDetails: [
    {
      code: int
      message: 'string'
      recommendations: [
        'string'
      ]
      title: 'string'
    }
  ]
  protectedItemCount: int

Eigenschapswaarden

vaults/backupFabrics/protectionContainers

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 ProtectionContainerResource-eigenschappen ProtectionContainer-

ProtectionContainer

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor de container. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'Ongeldig'
'MAB'
friendlyName Beschrijvende naam van de container. snaar
healthStatus Status van de container. snaar
protectableObjectType Type van het beveiligbare object dat is gekoppeld aan deze container snaar
registrationStatus Status van de registratie van de container met de Recovery Services-kluis. snaar
containerType Het objecttype instellen AzureBackupServerContainer
AzureSqlContainer-
GenericContainer-
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
SQLAGWorkLoadContainer
StorageContainer-
VMAppContainer-
Windows- (vereist)

AzureBackupServerContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'AzureBackupServerContainer' (vereist)
canReRegister Hiermee geeft u op of de container opnieuw kan worden geregistreerd. Bool
containerId Id van container. snaar
dpmAgentVersion Versie van back-up-engineagent snaar
dpmServers Lijst met BackupEngines die de container beveiligen tekenreeks[]
extendedInfo Uitgebreide informatie van de container. DPMContainerExtendedInfo-
protectedItemCount Aantal beveiligde items in BackupEngine Int
protectionStatus Beveiligingsstatus van de container. snaar
upgradeAvailable Controleren of er een upgrade beschikbaar is Bool

DPMContainerExtendedInfo

Naam Beschrijving Waarde
lastRefreshedAt Laatste vernieuwingstijd van de DPMContainer. snaar

AzureSqlContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'AzureSqlContainer' (vereist)

GenericContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'GenericContainer' (vereist)
extendedInformation Uitgebreide informatie (niet geretourneerd in lijstcontainer-API-aanroepen) GenericContainerExtendedInfo-
fabricName Naam van de infrastructuur van de container snaar

GenericContainerExtendedInfo

Naam Beschrijving Waarde
containerIdentityInfo Informatie over containeridentiteit ContainerIdentityInfo-
rawCertData Openbare sleutel van containercertificaat snaar
serviceEndpoints Azure Backup-service-eindpunten voor de container GenericContainerExtendedInfoServiceEndpoints

ContainerIdentityInfo

Naam Beschrijving Waarde
aadTenantId Containeridentiteit beveiligen - AAD-tenant snaar
audiëntie Beveiligingscontaineridentiteit - Doelgroep snaar
servicePrincipalClientId Containeridentiteit beveiligen - AAD-service-principal snaar
uniqueName Unieke naam van de container snaar

GenericContainerExtendedInfoServiceEndpoints

Naam Beschrijving Waarde
{aangepaste eigenschap} snaar

AzureIaaSClassicComputeVMContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'Microsoft.ClassicCompute/virtualMachines' (vereist)
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
virtualMachineId Volledig gekwalificeerde ARM-URL van de virtuele machine die wordt vertegenwoordigd door deze Azure IaaS VM-container. snaar
virtualMachineVersion Hiermee geeft u op of de container een klassieke of azure Resource Manager-VM vertegenwoordigt. snaar

AzureIaaSComputeVMContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'Microsoft.Compute/virtualMachines' (vereist)
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
virtualMachineId Volledig gekwalificeerde ARM-URL van de virtuele machine die wordt vertegenwoordigd door deze Azure IaaS VM-container. snaar
virtualMachineVersion Hiermee geeft u op of de container een klassieke of azure Resource Manager-VM vertegenwoordigt. snaar

AzureSqlagWorkloadContainerProtectionContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'SQLAGWorkLoadContainer' (vereist)
extendedInfo Aanvullende details van een workloadcontainer. AzureWorkloadContainerExtendedInfo
lastUpdatedTime Tijdstempel waarop deze container is bijgewerkt. snaar
operationType Re-Do bewerking 'Ongeldig'
'Registreren'
'Opnieuw registreren'
sourceResourceId ARM-id van de virtuele machine die wordt vertegenwoordigd door deze Azure-workloadcontainer snaar
workloadType Workloadtype waarvoor registratie is verzonden. 'AzureFileShare'
'AzureSqlDb'
'Client'
'Exchange'
'FileFolder'
'GenericDataSource'
'Ongeldig'
'SAPAseDatabase'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SQLDB'
'SQLDataBase'
'Sharepoint'
'SystemState'
'VM'
'VMwareVM'

AzureWorkloadContainerExtendedInfo

Naam Beschrijving Waarde
hostServerName Host os name in het geval van zelfstandige en clusternaam in het geval van gedistribueerde container. snaar
inquiryInfo Aanvraagstatus voor de container. InquiryInfo
nodesList Lijst met de knooppunten in het geval van een gedistribueerde container. DistributedNodesInfo[]

InquiryInfo

Naam Beschrijving Waarde
errorDetail Foutdetails als de status niet is geslaagd. ErrorDetail-
inquiryDetails Aanvraagdetails met specifieke details van de werkbelasting.
Bijvoorbeeld: voor SQL en oracle bevat dit verschillende details.
WorkloadInquiryDetails[]
status Aanvraagstatus voor deze container, zoals
InProgress, Mislukt, Geslaagd
snaar

ErrorDetail

Dit object bevat geen eigenschappen die tijdens de implementatie moeten worden ingesteld. Alle eigenschappen zijn ReadOnly.

WorkloadInquiryDetails

Naam Beschrijving Waarde
inquiryValidation Validatie van onderzoek, zoals machtigingen en andere back-upvalidaties. InquiryValidation-
itemCount Bevat het beveiligbare aantal items in deze container. Int
type Type workload, zoals SQL, Oracle, enzovoort. snaar

InquiryValidation

Naam Beschrijving Waarde
errorDetail Foutdetails voor het geval de status niet is geslaagd. ErrorDetail-
status Status voor de aanvraagvalidatie. snaar

DistributedNodesInfo

Naam Beschrijving Waarde
errorDetail Foutdetails als de status niet is geslaagd. ErrorDetail-
nodeName Naam van het knooppunt onder een gedistribueerde container. snaar
sourceResourceId ARM-resource-id van het knooppunt snaar
status Status van dit knooppunt.
Mislukt, geslaagd
snaar

AzureStorageContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'StorageContainer' (vereist)
acquireStorageAccountLock Of opslagaccountvergrendeling moet worden verkregen voor deze container of niet. 'Verwerven'
'NotAcquire'
protectedItemCount Het aantal items waarvan een back-up is gemaakt in deze container. Int
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
sourceResourceId Volledig gekwalificeerde ARM-URL. snaar
storageAccountVersion Versie van opslagaccount. snaar

AzureVMAppContainerProtectionContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'VMAppContainer' (vereist)
extendedInfo Aanvullende details van een workloadcontainer. AzureWorkloadContainerExtendedInfo
lastUpdatedTime Tijdstempel waarop deze container is bijgewerkt. snaar
operationType Re-Do bewerking 'Ongeldig'
'Registreren'
'Opnieuw registreren'
sourceResourceId ARM-id van de virtuele machine die wordt vertegenwoordigd door deze Azure-workloadcontainer snaar
workloadType Workloadtype waarvoor registratie is verzonden. 'AzureFileShare'
'AzureSqlDb'
'Client'
'Exchange'
'FileFolder'
'GenericDataSource'
'Ongeldig'
'SAPAseDatabase'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SQLDB'
'SQLDataBase'
'Sharepoint'
'SystemState'
'VM'
'VMwareVM'

MabContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'Windows' (vereist)
agentVersion Agentversie van deze container. snaar
canReRegister Kan de container nog één keer worden geregistreerd. Bool
containerHealthState Status van mab-container. snaar
containerId ContainerID vertegenwoordigt de container. Int
extendedInfo Aanvullende informatie voor deze container MabContainerExtendedInfo-
mabContainerHealthDetails Statusdetails van deze mab-container. MABContainerHealthDetails[]
protectedItemCount Het aantal items waarvan een back-up is gemaakt in deze container. Int

MabContainerExtendedInfo

Naam Beschrijving Waarde
backupItems Lijst met back-upitems die aan deze container zijn gekoppeld. tekenreeks[]
backupItemType Type back-upitems dat is gekoppeld aan deze container. 'AzureFileShare'
'AzureSqlDb'
'Client'
'Exchange'
'FileFolder'
'GenericDataSource'
'Ongeldig'
'SAPAseDatabase'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SQLDB'
'SQLDataBase'
'Sharepoint'
'SystemState'
'VM'
'VMwareVM'
lastBackupStatus Meest recente back-upstatus van deze container. snaar
lastRefreshedAt Tijdstempel waarop deze container is vernieuwd. snaar
policyName Back-upbeleid dat is gekoppeld aan deze container. snaar

MABContainerHealthDetails

Naam Beschrijving Waarde
code Statuscode Int
Bericht Statusbericht snaar
Aanbevelingen Aanbevolen statusacties tekenreeks[]
titel Statustitel snaar

Quickstart-sjablonen

Met de volgende quickstart-sjablonen wordt dit resourcetype geïmplementeerd.

Sjabloon Beschrijving
een back-up maken van een bestaande bestandsshare met Recovery Services (dagelijks)

implementeren in Azure
Met deze sjabloon configureert u de beveiliging voor een bestaande bestandsshare die aanwezig is in een bestaand opslagaccount. Er wordt een nieuwe gemaakt of wordt een bestaand Recovery Services-kluis en back-upbeleid gebruikt op basis van de ingestelde parameterwaarden.
een back-up maken van een bestaande bestandsshare met Recovery Services (elk uur)

implementeren in Azure
Met deze sjabloon configureert u de beveiliging met de frequentie per uur voor een bestaande bestandsshare die aanwezig is in een bestaand opslagaccount. Er wordt een nieuwe gemaakt of wordt een bestaand Recovery Services-kluis en back-upbeleid gebruikt op basis van de ingestelde parameterwaarden.
Azure Backup voor werkbelasting in virtuele Azure-machines

implementeren in Azure
Met deze sjabloon maakt u een Recovery Services-kluis en een specifiek back-upbeleid voor workloads. Registreert de VM met de Backup-service en configureert beveiliging

Resourcedefinitie van ARM-sjabloon

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

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

Resource-indeling

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

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers",
  "apiVersion": "2024-04-30-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "properties": {
    "backupManagementType": "string",
    "friendlyName": "string",
    "healthStatus": "string",
    "protectableObjectType": "string",
    "registrationStatus": "string",
    "containerType": "string"
    // For remaining properties, see ProtectionContainer objects
  }
}

ProtectionContainer-objecten

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

Gebruik voor AzureBackupServerContainer:

  "containerType": "AzureBackupServerContainer",
  "canReRegister": "bool",
  "containerId": "string",
  "dpmAgentVersion": "string",
  "dpmServers": [ "string" ],
  "extendedInfo": {
    "lastRefreshedAt": "string"
  },
  "protectedItemCount": "int",
  "protectionStatus": "string",
  "upgradeAvailable": "bool"

Gebruik voor AzureSqlContainer:

  "containerType": "AzureSqlContainer"

Gebruik voor GenericContainer:

  "containerType": "GenericContainer",
  "extendedInformation": {
    "containerIdentityInfo": {
      "aadTenantId": "string",
      "audience": "string",
      "servicePrincipalClientId": "string",
      "uniqueName": "string"
    },
    "rawCertData": "string",
    "serviceEndpoints": {
      "{customized property}": "string"
    }
  },
  "fabricName": "string"

Gebruik voor Microsoft.ClassicCompute/virtualMachines:

  "containerType": "Microsoft.ClassicCompute/virtualMachines",
  "resourceGroup": "string",
  "virtualMachineId": "string",
  "virtualMachineVersion": "string"

Gebruik voor Microsoft.Compute/virtualMachines:

  "containerType": "Microsoft.Compute/virtualMachines",
  "resourceGroup": "string",
  "virtualMachineId": "string",
  "virtualMachineVersion": "string"

Gebruik voor SQLAGWorkLoadContainer:

  "containerType": "SQLAGWorkLoadContainer",
  "extendedInfo": {
    "hostServerName": "string",
    "inquiryInfo": {
      "errorDetail": {},
      "inquiryDetails": [
        {
          "inquiryValidation": {
            "errorDetail": {},
            "status": "string"
          },
          "itemCount": "int",
          "type": "string"
        }
      ],
      "status": "string"
    },
    "nodesList": [
      {
        "errorDetail": {},
        "nodeName": "string",
        "sourceResourceId": "string",
        "status": "string"
      }
    ]
  },
  "lastUpdatedTime": "string",
  "operationType": "string",
  "sourceResourceId": "string",
  "workloadType": "string"

Gebruik voor StorageContainer:

  "containerType": "StorageContainer",
  "acquireStorageAccountLock": "string",
  "protectedItemCount": "int",
  "resourceGroup": "string",
  "sourceResourceId": "string",
  "storageAccountVersion": "string"

Gebruik voor VMAppContainer-:

  "containerType": "VMAppContainer",
  "extendedInfo": {
    "hostServerName": "string",
    "inquiryInfo": {
      "errorDetail": {},
      "inquiryDetails": [
        {
          "inquiryValidation": {
            "errorDetail": {},
            "status": "string"
          },
          "itemCount": "int",
          "type": "string"
        }
      ],
      "status": "string"
    },
    "nodesList": [
      {
        "errorDetail": {},
        "nodeName": "string",
        "sourceResourceId": "string",
        "status": "string"
      }
    ]
  },
  "lastUpdatedTime": "string",
  "operationType": "string",
  "sourceResourceId": "string",
  "workloadType": "string"

Gebruik voor Windows:

  "containerType": "Windows",
  "agentVersion": "string",
  "canReRegister": "bool",
  "containerHealthState": "string",
  "containerId": "int",
  "extendedInfo": {
    "backupItems": [ "string" ],
    "backupItemType": "string",
    "lastBackupStatus": "string",
    "lastRefreshedAt": "string",
    "policyName": "string"
  },
  "mabContainerHealthDetails": [
    {
      "code": "int",
      "message": "string",
      "recommendations": [ "string" ],
      "title": "string"
    }
  ],
  "protectedItemCount": "int"

Eigenschapswaarden

vaults/backupFabrics/protectionContainers

Naam Beschrijving Waarde
type Het resourcetype 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers'
apiVersion De versie van de resource-API '2024-04-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 ProtectionContainerResource-eigenschappen ProtectionContainer-

ProtectionContainer

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor de container. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'Ongeldig'
'MAB'
friendlyName Beschrijvende naam van de container. snaar
healthStatus Status van de container. snaar
protectableObjectType Type van het beveiligbare object dat is gekoppeld aan deze container snaar
registrationStatus Status van de registratie van de container met de Recovery Services-kluis. snaar
containerType Het objecttype instellen AzureBackupServerContainer
AzureSqlContainer-
GenericContainer-
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
SQLAGWorkLoadContainer
StorageContainer-
VMAppContainer-
Windows- (vereist)

AzureBackupServerContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'AzureBackupServerContainer' (vereist)
canReRegister Hiermee geeft u op of de container opnieuw kan worden geregistreerd. Bool
containerId Id van container. snaar
dpmAgentVersion Versie van back-up-engineagent snaar
dpmServers Lijst met BackupEngines die de container beveiligen tekenreeks[]
extendedInfo Uitgebreide informatie van de container. DPMContainerExtendedInfo-
protectedItemCount Aantal beveiligde items in BackupEngine Int
protectionStatus Beveiligingsstatus van de container. snaar
upgradeAvailable Controleren of er een upgrade beschikbaar is Bool

DPMContainerExtendedInfo

Naam Beschrijving Waarde
lastRefreshedAt Laatste vernieuwingstijd van de DPMContainer. snaar

AzureSqlContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'AzureSqlContainer' (vereist)

GenericContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'GenericContainer' (vereist)
extendedInformation Uitgebreide informatie (niet geretourneerd in lijstcontainer-API-aanroepen) GenericContainerExtendedInfo-
fabricName Naam van de infrastructuur van de container snaar

GenericContainerExtendedInfo

Naam Beschrijving Waarde
containerIdentityInfo Informatie over containeridentiteit ContainerIdentityInfo-
rawCertData Openbare sleutel van containercertificaat snaar
serviceEndpoints Azure Backup-service-eindpunten voor de container GenericContainerExtendedInfoServiceEndpoints

ContainerIdentityInfo

Naam Beschrijving Waarde
aadTenantId Containeridentiteit beveiligen - AAD-tenant snaar
audiëntie Beveiligingscontaineridentiteit - Doelgroep snaar
servicePrincipalClientId Containeridentiteit beveiligen - AAD-service-principal snaar
uniqueName Unieke naam van de container snaar

GenericContainerExtendedInfoServiceEndpoints

Naam Beschrijving Waarde
{aangepaste eigenschap} snaar

AzureIaaSClassicComputeVMContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'Microsoft.ClassicCompute/virtualMachines' (vereist)
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
virtualMachineId Volledig gekwalificeerde ARM-URL van de virtuele machine die wordt vertegenwoordigd door deze Azure IaaS VM-container. snaar
virtualMachineVersion Hiermee geeft u op of de container een klassieke of azure Resource Manager-VM vertegenwoordigt. snaar

AzureIaaSComputeVMContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'Microsoft.Compute/virtualMachines' (vereist)
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
virtualMachineId Volledig gekwalificeerde ARM-URL van de virtuele machine die wordt vertegenwoordigd door deze Azure IaaS VM-container. snaar
virtualMachineVersion Hiermee geeft u op of de container een klassieke of azure Resource Manager-VM vertegenwoordigt. snaar

AzureSqlagWorkloadContainerProtectionContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'SQLAGWorkLoadContainer' (vereist)
extendedInfo Aanvullende details van een workloadcontainer. AzureWorkloadContainerExtendedInfo
lastUpdatedTime Tijdstempel waarop deze container is bijgewerkt. snaar
operationType Re-Do bewerking 'Ongeldig'
'Registreren'
'Opnieuw registreren'
sourceResourceId ARM-id van de virtuele machine die wordt vertegenwoordigd door deze Azure-workloadcontainer snaar
workloadType Workloadtype waarvoor registratie is verzonden. 'AzureFileShare'
'AzureSqlDb'
'Client'
'Exchange'
'FileFolder'
'GenericDataSource'
'Ongeldig'
'SAPAseDatabase'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SQLDB'
'SQLDataBase'
'Sharepoint'
'SystemState'
'VM'
'VMwareVM'

AzureWorkloadContainerExtendedInfo

Naam Beschrijving Waarde
hostServerName Host os name in het geval van zelfstandige en clusternaam in het geval van gedistribueerde container. snaar
inquiryInfo Aanvraagstatus voor de container. InquiryInfo
nodesList Lijst met de knooppunten in het geval van een gedistribueerde container. DistributedNodesInfo[]

InquiryInfo

Naam Beschrijving Waarde
errorDetail Foutdetails als de status niet is geslaagd. ErrorDetail-
inquiryDetails Aanvraagdetails met specifieke details van de werkbelasting.
Bijvoorbeeld: voor SQL en oracle bevat dit verschillende details.
WorkloadInquiryDetails[]
status Aanvraagstatus voor deze container, zoals
InProgress, Mislukt, Geslaagd
snaar

ErrorDetail

Dit object bevat geen eigenschappen die tijdens de implementatie moeten worden ingesteld. Alle eigenschappen zijn ReadOnly.

WorkloadInquiryDetails

Naam Beschrijving Waarde
inquiryValidation Validatie van onderzoek, zoals machtigingen en andere back-upvalidaties. InquiryValidation-
itemCount Bevat het beveiligbare aantal items in deze container. Int
type Type workload, zoals SQL, Oracle, enzovoort. snaar

InquiryValidation

Naam Beschrijving Waarde
errorDetail Foutdetails voor het geval de status niet is geslaagd. ErrorDetail-
status Status voor de aanvraagvalidatie. snaar

DistributedNodesInfo

Naam Beschrijving Waarde
errorDetail Foutdetails als de status niet is geslaagd. ErrorDetail-
nodeName Naam van het knooppunt onder een gedistribueerde container. snaar
sourceResourceId ARM-resource-id van het knooppunt snaar
status Status van dit knooppunt.
Mislukt, geslaagd
snaar

AzureStorageContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'StorageContainer' (vereist)
acquireStorageAccountLock Of opslagaccountvergrendeling moet worden verkregen voor deze container of niet. 'Verwerven'
'NotAcquire'
protectedItemCount Het aantal items waarvan een back-up is gemaakt in deze container. Int
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
sourceResourceId Volledig gekwalificeerde ARM-URL. snaar
storageAccountVersion Versie van opslagaccount. snaar

AzureVMAppContainerProtectionContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'VMAppContainer' (vereist)
extendedInfo Aanvullende details van een workloadcontainer. AzureWorkloadContainerExtendedInfo
lastUpdatedTime Tijdstempel waarop deze container is bijgewerkt. snaar
operationType Re-Do bewerking 'Ongeldig'
'Registreren'
'Opnieuw registreren'
sourceResourceId ARM-id van de virtuele machine die wordt vertegenwoordigd door deze Azure-workloadcontainer snaar
workloadType Workloadtype waarvoor registratie is verzonden. 'AzureFileShare'
'AzureSqlDb'
'Client'
'Exchange'
'FileFolder'
'GenericDataSource'
'Ongeldig'
'SAPAseDatabase'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SQLDB'
'SQLDataBase'
'Sharepoint'
'SystemState'
'VM'
'VMwareVM'

MabContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'Windows' (vereist)
agentVersion Agentversie van deze container. snaar
canReRegister Kan de container nog één keer worden geregistreerd. Bool
containerHealthState Status van mab-container. snaar
containerId ContainerID vertegenwoordigt de container. Int
extendedInfo Aanvullende informatie voor deze container MabContainerExtendedInfo-
mabContainerHealthDetails Statusdetails van deze mab-container. MABContainerHealthDetails[]
protectedItemCount Het aantal items waarvan een back-up is gemaakt in deze container. Int

MabContainerExtendedInfo

Naam Beschrijving Waarde
backupItems Lijst met back-upitems die aan deze container zijn gekoppeld. tekenreeks[]
backupItemType Type back-upitems dat is gekoppeld aan deze container. 'AzureFileShare'
'AzureSqlDb'
'Client'
'Exchange'
'FileFolder'
'GenericDataSource'
'Ongeldig'
'SAPAseDatabase'
'SAPHanaDBInstance'
'SAPHanaDatabase'
'SQLDB'
'SQLDataBase'
'Sharepoint'
'SystemState'
'VM'
'VMwareVM'
lastBackupStatus Meest recente back-upstatus van deze container. snaar
lastRefreshedAt Tijdstempel waarop deze container is vernieuwd. snaar
policyName Back-upbeleid dat is gekoppeld aan deze container. snaar

MABContainerHealthDetails

Naam Beschrijving Waarde
code Statuscode Int
Bericht Statusbericht snaar
Aanbevelingen Aanbevolen statusacties tekenreeks[]
titel Statustitel snaar

Quickstart-sjablonen

Met de volgende quickstart-sjablonen wordt dit resourcetype geïmplementeerd.

Sjabloon Beschrijving
een back-up maken van een bestaande bestandsshare met Recovery Services (dagelijks)

implementeren in Azure
Met deze sjabloon configureert u de beveiliging voor een bestaande bestandsshare die aanwezig is in een bestaand opslagaccount. Er wordt een nieuwe gemaakt of wordt een bestaand Recovery Services-kluis en back-upbeleid gebruikt op basis van de ingestelde parameterwaarden.
een back-up maken van een bestaande bestandsshare met Recovery Services (elk uur)

implementeren in Azure
Met deze sjabloon configureert u de beveiliging met de frequentie per uur voor een bestaande bestandsshare die aanwezig is in een bestaand opslagaccount. Er wordt een nieuwe gemaakt of wordt een bestaand Recovery Services-kluis en back-upbeleid gebruikt op basis van de ingestelde parameterwaarden.
Azure Backup voor werkbelasting in virtuele Azure-machines

implementeren in Azure
Met deze sjabloon maakt u een Recovery Services-kluis en een specifiek back-upbeleid voor workloads. Registreert de VM met de Backup-service en configureert beveiliging

Resourcedefinitie van Terraform (AzAPI-provider)

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

  • resourcegroepen

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

Resource-indeling

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2024-04-30-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      friendlyName = "string"
      healthStatus = "string"
      protectableObjectType = "string"
      registrationStatus = "string"
      containerType = "string"
      // For remaining properties, see ProtectionContainer objects
    }
    eTag = "string"
  })
}

ProtectionContainer-objecten

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

Gebruik voor AzureBackupServerContainer:

  containerType = "AzureBackupServerContainer"
  canReRegister = bool
  containerId = "string"
  dpmAgentVersion = "string"
  dpmServers = [
    "string"
  ]
  extendedInfo = {
    lastRefreshedAt = "string"
  }
  protectedItemCount = int
  protectionStatus = "string"
  upgradeAvailable = bool

Gebruik voor AzureSqlContainer:

  containerType = "AzureSqlContainer"

Gebruik voor GenericContainer:

  containerType = "GenericContainer"
  extendedInformation = {
    containerIdentityInfo = {
      aadTenantId = "string"
      audience = "string"
      servicePrincipalClientId = "string"
      uniqueName = "string"
    }
    rawCertData = "string"
    serviceEndpoints = {
      {customized property} = "string"
    }
  }
  fabricName = "string"

Gebruik voor Microsoft.ClassicCompute/virtualMachines:

  containerType = "Microsoft.ClassicCompute/virtualMachines"
  resourceGroup = "string"
  virtualMachineId = "string"
  virtualMachineVersion = "string"

Gebruik voor Microsoft.Compute/virtualMachines:

  containerType = "Microsoft.Compute/virtualMachines"
  resourceGroup = "string"
  virtualMachineId = "string"
  virtualMachineVersion = "string"

Gebruik voor SQLAGWorkLoadContainer:

  containerType = "SQLAGWorkLoadContainer"
  extendedInfo = {
    hostServerName = "string"
    inquiryInfo = {
      errorDetail = {}
      inquiryDetails = [
        {
          inquiryValidation = {
            errorDetail = {}
            status = "string"
          }
          itemCount = int
          type = "string"
        }
      ]
      status = "string"
    }
    nodesList = [
      {
        errorDetail = {}
        nodeName = "string"
        sourceResourceId = "string"
        status = "string"
      }
    ]
  }
  lastUpdatedTime = "string"
  operationType = "string"
  sourceResourceId = "string"
  workloadType = "string"

Gebruik voor StorageContainer:

  containerType = "StorageContainer"
  acquireStorageAccountLock = "string"
  protectedItemCount = int
  resourceGroup = "string"
  sourceResourceId = "string"
  storageAccountVersion = "string"

Gebruik voor VMAppContainer-:

  containerType = "VMAppContainer"
  extendedInfo = {
    hostServerName = "string"
    inquiryInfo = {
      errorDetail = {}
      inquiryDetails = [
        {
          inquiryValidation = {
            errorDetail = {}
            status = "string"
          }
          itemCount = int
          type = "string"
        }
      ]
      status = "string"
    }
    nodesList = [
      {
        errorDetail = {}
        nodeName = "string"
        sourceResourceId = "string"
        status = "string"
      }
    ]
  }
  lastUpdatedTime = "string"
  operationType = "string"
  sourceResourceId = "string"
  workloadType = "string"

Gebruik voor Windows:

  containerType = "Windows"
  agentVersion = "string"
  canReRegister = bool
  containerHealthState = "string"
  containerId = int
  extendedInfo = {
    backupItems = [
      "string"
    ]
    backupItemType = "string"
    lastBackupStatus = "string"
    lastRefreshedAt = "string"
    policyName = "string"
  }
  mabContainerHealthDetails = [
    {
      code = int
      message = "string"
      recommendations = [
        "string"
      ]
      title = "string"
    }
  ]
  protectedItemCount = int

Eigenschapswaarden

vaults/backupFabrics/protectionContainers

Naam Beschrijving Waarde
type Het resourcetype "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2024-04-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 ProtectionContainerResource-eigenschappen ProtectionContainer-

ProtectionContainer

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor de container. "AzureBackupServer"
"AzureIaasVM"
"AzureSql"
"AzureStorage"
"AzureWorkload"
"DPM"
"DefaultBackup"
"Ongeldig"
"MAB"
friendlyName Beschrijvende naam van de container. snaar
healthStatus Status van de container. snaar
protectableObjectType Type van het beveiligbare object dat is gekoppeld aan deze container snaar
registrationStatus Status van de registratie van de container met de Recovery Services-kluis. snaar
containerType Het objecttype instellen AzureBackupServerContainer
AzureSqlContainer-
GenericContainer-
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
SQLAGWorkLoadContainer
StorageContainer-
VMAppContainer-
Windows- (vereist)

AzureBackupServerContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
"AzureBackupServerContainer" (vereist)
canReRegister Hiermee geeft u op of de container opnieuw kan worden geregistreerd. Bool
containerId Id van container. snaar
dpmAgentVersion Versie van back-up-engineagent snaar
dpmServers Lijst met BackupEngines die de container beveiligen tekenreeks[]
extendedInfo Uitgebreide informatie van de container. DPMContainerExtendedInfo-
protectedItemCount Aantal beveiligde items in BackupEngine Int
protectionStatus Beveiligingsstatus van de container. snaar
upgradeAvailable Controleren of er een upgrade beschikbaar is Bool

DPMContainerExtendedInfo

Naam Beschrijving Waarde
lastRefreshedAt Laatste vernieuwingstijd van de DPMContainer. snaar

AzureSqlContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'AzureSqlContainer' (vereist)

GenericContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
"GenericContainer" (vereist)
extendedInformation Uitgebreide informatie (niet geretourneerd in lijstcontainer-API-aanroepen) GenericContainerExtendedInfo-
fabricName Naam van de infrastructuur van de container snaar

GenericContainerExtendedInfo

Naam Beschrijving Waarde
containerIdentityInfo Informatie over containeridentiteit ContainerIdentityInfo-
rawCertData Openbare sleutel van containercertificaat snaar
serviceEndpoints Azure Backup-service-eindpunten voor de container GenericContainerExtendedInfoServiceEndpoints

ContainerIdentityInfo

Naam Beschrijving Waarde
aadTenantId Containeridentiteit beveiligen - AAD-tenant snaar
audiëntie Beveiligingscontaineridentiteit - Doelgroep snaar
servicePrincipalClientId Containeridentiteit beveiligen - AAD-service-principal snaar
uniqueName Unieke naam van de container snaar

GenericContainerExtendedInfoServiceEndpoints

Naam Beschrijving Waarde
{aangepaste eigenschap} snaar

AzureIaaSClassicComputeVMContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
"Microsoft.ClassicCompute/virtualMachines" (vereist)
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
virtualMachineId Volledig gekwalificeerde ARM-URL van de virtuele machine die wordt vertegenwoordigd door deze Azure IaaS VM-container. snaar
virtualMachineVersion Hiermee geeft u op of de container een klassieke of azure Resource Manager-VM vertegenwoordigt. snaar

AzureIaaSComputeVMContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
"Microsoft.Compute/virtualMachines" (vereist)
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
virtualMachineId Volledig gekwalificeerde ARM-URL van de virtuele machine die wordt vertegenwoordigd door deze Azure IaaS VM-container. snaar
virtualMachineVersion Hiermee geeft u op of de container een klassieke of azure Resource Manager-VM vertegenwoordigt. snaar

AzureSqlagWorkloadContainerProtectionContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
"SQLAGWorkLoadContainer" (vereist)
extendedInfo Aanvullende details van een workloadcontainer. AzureWorkloadContainerExtendedInfo
lastUpdatedTime Tijdstempel waarop deze container is bijgewerkt. snaar
operationType Re-Do bewerking "Ongeldig"
"Registreren"
"Opnieuw registreren"
sourceResourceId ARM-id van de virtuele machine die wordt vertegenwoordigd door deze Azure-workloadcontainer snaar
workloadType Workloadtype waarvoor registratie is verzonden. "AzureFileShare"
"AzureSqlDb"
"Client"
"Exchange"
"FileFolder"
"GenericDataSource"
"Ongeldig"
"SAPAseDatabase"
"SAPHanaDBInstance"
"SAPHanaDatabase"
"SQLDB"
"SQLDataBase"
"Sharepoint"
"SystemState"
"VM"
"VMwareVM"

AzureWorkloadContainerExtendedInfo

Naam Beschrijving Waarde
hostServerName Host os name in het geval van zelfstandige en clusternaam in het geval van gedistribueerde container. snaar
inquiryInfo Aanvraagstatus voor de container. InquiryInfo
nodesList Lijst met de knooppunten in het geval van een gedistribueerde container. DistributedNodesInfo[]

InquiryInfo

Naam Beschrijving Waarde
errorDetail Foutdetails als de status niet is geslaagd. ErrorDetail-
inquiryDetails Aanvraagdetails met specifieke details van de werkbelasting.
Bijvoorbeeld: voor SQL en oracle bevat dit verschillende details.
WorkloadInquiryDetails[]
status Aanvraagstatus voor deze container, zoals
InProgress, Mislukt, Geslaagd
snaar

ErrorDetail

Dit object bevat geen eigenschappen die tijdens de implementatie moeten worden ingesteld. Alle eigenschappen zijn ReadOnly.

WorkloadInquiryDetails

Naam Beschrijving Waarde
inquiryValidation Validatie van onderzoek, zoals machtigingen en andere back-upvalidaties. InquiryValidation-
itemCount Bevat het beveiligbare aantal items in deze container. Int
type Type workload, zoals SQL, Oracle, enzovoort. snaar

InquiryValidation

Naam Beschrijving Waarde
errorDetail Foutdetails voor het geval de status niet is geslaagd. ErrorDetail-
status Status voor de aanvraagvalidatie. snaar

DistributedNodesInfo

Naam Beschrijving Waarde
errorDetail Foutdetails als de status niet is geslaagd. ErrorDetail-
nodeName Naam van het knooppunt onder een gedistribueerde container. snaar
sourceResourceId ARM-resource-id van het knooppunt snaar
status Status van dit knooppunt.
Mislukt, geslaagd
snaar

AzureStorageContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'StorageContainer' (vereist)
acquireStorageAccountLock Of opslagaccountvergrendeling moet worden verkregen voor deze container of niet. "Verkrijgen"
"NotAcquire"
protectedItemCount Het aantal items waarvan een back-up is gemaakt in deze container. Int
resourceGroup Resourcegroepnaam van Recovery Services-kluis. snaar
sourceResourceId Volledig gekwalificeerde ARM-URL. snaar
storageAccountVersion Versie van opslagaccount. snaar

AzureVMAppContainerProtectionContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
'VMAppContainer' (vereist)
extendedInfo Aanvullende details van een workloadcontainer. AzureWorkloadContainerExtendedInfo
lastUpdatedTime Tijdstempel waarop deze container is bijgewerkt. snaar
operationType Re-Do bewerking "Ongeldig"
"Registreren"
"Opnieuw registreren"
sourceResourceId ARM-id van de virtuele machine die wordt vertegenwoordigd door deze Azure-workloadcontainer snaar
workloadType Workloadtype waarvoor registratie is verzonden. "AzureFileShare"
"AzureSqlDb"
"Client"
"Exchange"
"FileFolder"
"GenericDataSource"
"Ongeldig"
"SAPAseDatabase"
"SAPHanaDBInstance"
"SAPHanaDatabase"
"SQLDB"
"SQLDataBase"
"Sharepoint"
"SystemState"
"VM"
"VMwareVM"

MabContainer

Naam Beschrijving Waarde
containerType Type van de container. De waarde van deze eigenschap voor: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.
Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows-computers (zoals MAB, DPM enzovoort) is
Windows 4. Azure SQL-exemplaar is AzureSqlContainer. 5. Opslagcontainers is StorageContainer. 6. Azure-workload
Back-up is VMAppContainer
"Windows" (vereist)
agentVersion Agentversie van deze container. snaar
canReRegister Kan de container nog één keer worden geregistreerd. Bool
containerHealthState Status van mab-container. snaar
containerId ContainerID vertegenwoordigt de container. Int
extendedInfo Aanvullende informatie voor deze container MabContainerExtendedInfo-
mabContainerHealthDetails Statusdetails van deze mab-container. MABContainerHealthDetails[]
protectedItemCount Het aantal items waarvan een back-up is gemaakt in deze container. Int

MabContainerExtendedInfo

Naam Beschrijving Waarde
backupItems Lijst met back-upitems die aan deze container zijn gekoppeld. tekenreeks[]
backupItemType Type back-upitems dat is gekoppeld aan deze container. "AzureFileShare"
"AzureSqlDb"
"Client"
"Exchange"
"FileFolder"
"GenericDataSource"
"Ongeldig"
"SAPAseDatabase"
"SAPHanaDBInstance"
"SAPHanaDatabase"
"SQLDB"
"SQLDataBase"
"Sharepoint"
"SystemState"
"VM"
"VMwareVM"
lastBackupStatus Meest recente back-upstatus van deze container. snaar
lastRefreshedAt Tijdstempel waarop deze container is vernieuwd. snaar
policyName Back-upbeleid dat is gekoppeld aan deze container. snaar

MABContainerHealthDetails

Naam Beschrijving Waarde
code Statuscode Int
Bericht Statusbericht snaar
Aanbevelingen Aanbevolen statusacties tekenreeks[]
titel Statustitel snaar