Delen via


Microsoft.RecoveryServices-kluizen/backupFabrics/protectionContainers 2021-02-10

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@2021-02-10' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    backupManagementType: 'string'
    friendlyName: 'string'
    healthStatus: 'string'
    registrationStatus: 'string'
    containerType: 'string'
    // For remaining properties, see ProtectionContainer objects
  }
  tags: {
    {customized property}: 'string'
  }
}

ProtectionContainer-objecten

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

Gebruik voor AzureBackupServerContainer:

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

Gebruik voor AzureSqlContainer:

{
  containerType: 'AzureSqlContainer'
}

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'
        status: 'string'
      }
    ]
  }
  lastUpdatedTime: 'string'
  operationType: 'string'
  sourceResourceId: 'string'
  workloadType: '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'
        status: 'string'
      }
    ]
  }
  lastUpdatedTime: 'string'
  operationType: 'string'
  sourceResourceId: 'string'
  workloadType: 'string'
}

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 StorageContainer:

{
  containerType: 'StorageContainer'
  protectedItemCount: int
  resourceGroup: 'string'
  sourceResourceId: 'string'
  storageAccountVersion: 'string'
}

Gebruik voor Windows:

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

Eigenschapswaarden

AzureBackupServerContainer

Naam Beschrijving Waarde
canReRegister Hiermee geeft u op of de container opnieuw kan worden geregistreerd. Bool
containerId Id van container. snaar
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)
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

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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'SystemState'
'VM'
'VMwareVM'

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)

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)
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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'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[]

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

DistributedNodesInfo

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

DPMContainerExtendedInfo

Naam Beschrijving Waarde
lastRefreshedAt Laatste vernieuwingstijd van de DPMContainer. snaar

ErrorDetail

Naam Beschrijving Waarde

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

GenericContainerExtendedInfoServiceEndpoints

Naam Beschrijving Waarde

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
In uitvoering
Mislukt Geslaagd snaar

InquiryValidation

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

MabContainer

Naam Beschrijving Waarde
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
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)
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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'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

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers

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 ProtectionContainerResource-eigenschappen ProtectionContainer-
Tags Resourcetags Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen

ProtectionContainer

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor de container. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Ongeldig'
'MAB'
containerType Ingesteld op 'AzureBackupServerContainer' voor het type AzureBackupServerContainer. Ingesteld op 'AzureSqlContainer' voor het type AzureSqlContainer. Ingesteld op 'SQLAGWorkLoadContainer' voor het type AzureSqlagWorkloadContainerProtectionContainer. Ingesteld op 'VMAppContainer' voor het type AzureVMAppContainerProtectionContainer. Ingesteld op 'GenericContainer' voor het type GenericContainer. Ingesteld op 'Microsoft.ClassicCompute/virtualMachines' voor het type AzureIaaSClassicComputeVMContainer. Ingesteld op 'Microsoft.Compute/virtualMachines' voor het type AzureIaaSComputeVMContainer. Ingesteld op 'StorageContainer' voor het type AzureStorageContainer. Ingesteld op 'Windows' voor het type MabContainer. 'AzureBackupServerContainer'
'AzureSqlContainer'
'GenericContainer'
'Microsoft.ClassicCompute/virtualMachines'
'Microsoft.Compute/virtualMachines'
'SQLAGWorkLoadContainer'
'StorageContainer'
'VMAppContainer'
'Windows' (vereist)
friendlyName Beschrijvende naam van de container. snaar
healthStatus Status van de container. snaar
registrationStatus Status van de registratie van de container met de Recovery Services-kluis. snaar

ResourceTags

Naam Beschrijving Waarde

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

Quickstart-voorbeelden

In de volgende quickstartvoorbeelden wordt dit resourcetype geïmplementeerd.

Bicep-bestand Beschrijving
Azure Backup voor werkbelasting in virtuele Azure-machines 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
een back-up maken van een bestaande bestandsshare met Recovery Services (dagelijks) 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) 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.

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": "2021-02-10",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "backupManagementType": "string",
    "friendlyName": "string",
    "healthStatus": "string",
    "registrationStatus": "string",
    "containerType": "string"
    // For remaining properties, see ProtectionContainer objects
  },
  "tags": {
    "{customized property}": "string"
  }
}

ProtectionContainer-objecten

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

Gebruik voor AzureBackupServerContainer:

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

Gebruik voor AzureSqlContainer:

{
  "containerType": "AzureSqlContainer"
}

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",
        "status": "string"
      }
    ]
  },
  "lastUpdatedTime": "string",
  "operationType": "string",
  "sourceResourceId": "string",
  "workloadType": "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",
        "status": "string"
      }
    ]
  },
  "lastUpdatedTime": "string",
  "operationType": "string",
  "sourceResourceId": "string",
  "workloadType": "string"
}

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 StorageContainer:

{
  "containerType": "StorageContainer",
  "protectedItemCount": "int",
  "resourceGroup": "string",
  "sourceResourceId": "string",
  "storageAccountVersion": "string"
}

Gebruik voor Windows:

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

Eigenschapswaarden

AzureBackupServerContainer

Naam Beschrijving Waarde
canReRegister Hiermee geeft u op of de container opnieuw kan worden geregistreerd. Bool
containerId Id van container. snaar
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)
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

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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'SystemState'
'VM'
'VMwareVM'

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)

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)
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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'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[]

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

DistributedNodesInfo

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

DPMContainerExtendedInfo

Naam Beschrijving Waarde
lastRefreshedAt Laatste vernieuwingstijd van de DPMContainer. snaar

ErrorDetail

Naam Beschrijving Waarde

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

GenericContainerExtendedInfoServiceEndpoints

Naam Beschrijving Waarde

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
In uitvoering
Mislukt Geslaagd snaar

InquiryValidation

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

MabContainer

Naam Beschrijving Waarde
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
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)
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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'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

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers

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

ProtectionContainer

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor de container. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Ongeldig'
'MAB'
containerType Ingesteld op 'AzureBackupServerContainer' voor het type AzureBackupServerContainer. Ingesteld op 'AzureSqlContainer' voor het type AzureSqlContainer. Ingesteld op 'SQLAGWorkLoadContainer' voor het type AzureSqlagWorkloadContainerProtectionContainer. Ingesteld op 'VMAppContainer' voor het type AzureVMAppContainerProtectionContainer. Ingesteld op 'GenericContainer' voor het type GenericContainer. Ingesteld op 'Microsoft.ClassicCompute/virtualMachines' voor het type AzureIaaSClassicComputeVMContainer. Ingesteld op 'Microsoft.Compute/virtualMachines' voor het type AzureIaaSComputeVMContainer. Ingesteld op 'StorageContainer' voor het type AzureStorageContainer. Ingesteld op 'Windows' voor het type MabContainer. 'AzureBackupServerContainer'
'AzureSqlContainer'
'GenericContainer'
'Microsoft.ClassicCompute/virtualMachines'
'Microsoft.Compute/virtualMachines'
'SQLAGWorkLoadContainer'
'StorageContainer'
'VMAppContainer'
'Windows' (vereist)
friendlyName Beschrijvende naam van de container. snaar
healthStatus Status van de container. snaar
registrationStatus Status van de registratie van de container met de Recovery Services-kluis. snaar

ResourceTags

Naam Beschrijving Waarde

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

Quickstart-sjablonen

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

Sjabloon Beschrijving
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
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.

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@2021-02-10"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      friendlyName = "string"
      healthStatus = "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:

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

Gebruik voor AzureSqlContainer:

{
  containerType = "AzureSqlContainer"
}

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"
        status = "string"
      }
    ]
  }
  lastUpdatedTime = "string"
  operationType = "string"
  sourceResourceId = "string"
  workloadType = "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"
        status = "string"
      }
    ]
  }
  lastUpdatedTime = "string"
  operationType = "string"
  sourceResourceId = "string"
  workloadType = "string"
}

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 StorageContainer:

{
  containerType = "StorageContainer"
  protectedItemCount = int
  resourceGroup = "string"
  sourceResourceId = "string"
  storageAccountVersion = "string"
}

Gebruik voor Windows:

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

Eigenschapswaarden

AzureBackupServerContainer

Naam Beschrijving Waarde
canReRegister Hiermee geeft u op of de container opnieuw kan worden geregistreerd. Bool
containerId Id van container. snaar
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)
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

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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'SystemState'
'VM'
'VMwareVM'

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)

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)
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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'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[]

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

DistributedNodesInfo

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

DPMContainerExtendedInfo

Naam Beschrijving Waarde
lastRefreshedAt Laatste vernieuwingstijd van de DPMContainer. snaar

ErrorDetail

Naam Beschrijving Waarde

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

GenericContainerExtendedInfoServiceEndpoints

Naam Beschrijving Waarde

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
In uitvoering
Mislukt Geslaagd snaar

InquiryValidation

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

MabContainer

Naam Beschrijving Waarde
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
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)
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'
'SAPHanaDatabase'
'Sharepoint'
'SQLDataBase'
'SQLDB'
'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

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers

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 ProtectionContainerResource-eigenschappen ProtectionContainer-
Tags Resourcetags Woordenlijst met tagnamen en -waarden.
type Het resourcetype "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2021-02-10"

ProtectionContainer

Naam Beschrijving Waarde
backupManagementType Type back-upbeheer voor de container. 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DefaultBackup'
'DPM'
'Ongeldig'
'MAB'
containerType Ingesteld op 'AzureBackupServerContainer' voor het type AzureBackupServerContainer. Ingesteld op 'AzureSqlContainer' voor het type AzureSqlContainer. Ingesteld op 'SQLAGWorkLoadContainer' voor het type AzureSqlagWorkloadContainerProtectionContainer. Ingesteld op 'VMAppContainer' voor het type AzureVMAppContainerProtectionContainer. Ingesteld op 'GenericContainer' voor het type GenericContainer. Ingesteld op 'Microsoft.ClassicCompute/virtualMachines' voor het type AzureIaaSClassicComputeVMContainer. Ingesteld op 'Microsoft.Compute/virtualMachines' voor het type AzureIaaSComputeVMContainer. Ingesteld op 'StorageContainer' voor het type AzureStorageContainer. Ingesteld op 'Windows' voor het type MabContainer. 'AzureBackupServerContainer'
'AzureSqlContainer'
'GenericContainer'
'Microsoft.ClassicCompute/virtualMachines'
'Microsoft.Compute/virtualMachines'
'SQLAGWorkLoadContainer'
'StorageContainer'
'VMAppContainer'
'Windows' (vereist)
friendlyName Beschrijvende naam van de container. snaar
healthStatus Status van de container. snaar
registrationStatus Status van de registratie van de container met de Recovery Services-kluis. snaar

ResourceTags

Naam Beschrijving Waarde

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