다음을 통해 공유


Protectable Containers - List

Recovery Services 자격 증명 모음에 등록할 수 있는 컨테이너를 나열합니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectableContainers?api-version=2025-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectableContainers?api-version=2025-08-01&$filter={$filter}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
fabricName
path True

string

resourceGroupName
path True

string

minLength: 1
maxLength: 90

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

subscriptionId
path True

string

minLength: 1

대상 구독의 ID입니다.

vaultName
path True

string

복구 서비스 자격 증명 모음의 이름입니다.

api-version
query True

string

minLength: 1

이 작업에 사용할 API 버전입니다.

$filter
query

string

OData 필터 옵션입니다.

응답

Name 형식 Description
200 OK

ProtectableContainerResourceList

Azure 작업이 성공적으로 완료되었습니다.

Other Status Codes

ErrorResponse

예기치 않은 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 흐름.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

List protectable items with backupManagementType filter as AzureStorage

샘플 요청

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRg/providers/Microsoft.RecoveryServices/vaults/testvault/backupFabrics/Azure/protectableContainers?api-version=2025-08-01&$filter=backupManagementType eq 'AzureStorage' and workloadType eq 'AzureFileShare'

샘플 응답

{
  "value": [
    {
      "name": "StorageContainer;storage;test-rg;testst",
      "type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers",
      "id": "/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.RecoveryServices/vaults/testvault/backupFabrics/Azure/protectableContainers/StorageContainer;storage;test-rg;teststorage",
      "properties": {
        "backupManagementType": "AzureStorage",
        "containerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Storage/storageAccounts/teststorage",
        "friendlyName": "teststorage",
        "healthStatus": "Healthy",
        "protectableContainerType": "StorageContainer"
      }
    },
    {
      "name": "StorageContainer;ClassicStorage;test-rg;teststorage",
      "type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectableContainers",
      "id": "/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.RecoveryServices/vaults/testvault/backupFabrics/Azure/protectableContainers/StorageContainer;ClassicStorage;test-rg;teststorage",
      "properties": {
        "backupManagementType": "AzureStorage",
        "containerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.ClassicStorage/storageAccounts/teststorage",
        "friendlyName": "teststorage",
        "healthStatus": "Healthy",
        "protectableContainerType": "StorageContainer"
      }
    }
  ]
}

정의

Name Description
AzureStorageProtectableContainer

Azure Storage 관련 보호 가능한 컨테이너

AzureVMAppContainerProtectableContainer

Azure 워크로드별 컨테이너

BackupManagementType

현재 작업을 실행하기 위한 백업 관리 유형입니다.

createdByType

리소스를 만든 ID의 형식입니다.

ErrorDetail

코드, 메시지 및 권장 사항을 캡슐화하는 Error Detail 클래스입니다.

ErrorResponse

오류 응답

ProtectableContainerResource

보호 가능한 컨테이너 클래스입니다.

ProtectableContainerResourceList

ProtectableContainer 리소스 목록

ProtectableContainerType

컨테이너의 형식입니다. 에 대한 이 속성의 값

  1. 컴퓨팅 Azure VM은 Microsoft.Compute/virtualMachines입니다.
  2. 클래식 컴퓨팅 Azure VM은 Microsoft.ClassicCompute/virtualMachines입니다.
systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

AzureStorageProtectableContainer

Azure Storage 관련 보호 가능한 컨테이너

Name 형식 Description
backupManagementType

BackupManagementType

컨테이너에 대한 백업 관리 유형입니다.

containerId

string

ARM ID와 같은 컨테이너의 패브릭 ID입니다.

friendlyName

string

컨테이너의 이름입니다.

healthStatus

string

컨테이너의 상태입니다.

protectableContainerType string:

StorageContainer

컨테이너의 형식입니다. 에 대한 이 속성의 값

  1. 컴퓨팅 Azure VM은 Microsoft.Compute/virtualMachines입니다.
  2. 클래식 컴퓨팅 Azure VM은 Microsoft.ClassicCompute/virtualMachines입니다.

AzureVMAppContainerProtectableContainer

Azure 워크로드별 컨테이너

Name 형식 Description
backupManagementType

BackupManagementType

컨테이너에 대한 백업 관리 유형입니다.

containerId

string

ARM ID와 같은 컨테이너의 패브릭 ID입니다.

friendlyName

string

컨테이너의 이름입니다.

healthStatus

string

컨테이너의 상태입니다.

protectableContainerType string:

VMAppContainer

컨테이너의 형식입니다. 에 대한 이 속성의 값

  1. 컴퓨팅 Azure VM은 Microsoft.Compute/virtualMachines입니다.
  2. 클래식 컴퓨팅 Azure VM은 Microsoft.ClassicCompute/virtualMachines입니다.

BackupManagementType

현재 작업을 실행하기 위한 백업 관리 유형입니다.

Description
Invalid
AzureIaasVM
MAB
DPM
AzureBackupServer
AzureSql
AzureStorage
AzureWorkload
DefaultBackup

createdByType

리소스를 만든 ID의 형식입니다.

Description
User
Application
ManagedIdentity
Key

ErrorDetail

코드, 메시지 및 권장 사항을 캡슐화하는 Error Detail 클래스입니다.

Name 형식 Description
code

string

오류 코드입니다.

message

string

코드와 관련된 오류 메시지입니다.

recommendations

string[]

권장 사항 문자열 목록입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

오류 개체입니다.

ProtectableContainerResource

보호 가능한 컨테이너 클래스입니다.

Name 형식 Description
eTag

string

선택적 ETag입니다.

id

string

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location

string

리소스 위치입니다.

name

string

리소스의 이름

properties ProtectableContainer:

ProtectableContainerResource 속성

systemData

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

tags

object

리소스 태그.

type

string

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

ProtectableContainerResourceList

ProtectableContainer 리소스 목록

Name 형식 Description
nextLink

string

각 API 호출이 페이지당 최대 200개의 리소스를 반환하는 리소스의 다음 페이지를 가져오는 URI입니다. 총 리소스 수가 200을 초과하는 경우 ListNext()를 사용하여 다음 페이지를 가져옵니다.

value

ProtectableContainerResource[]

리소스 목록입니다.

ProtectableContainerType

컨테이너의 형식입니다. 에 대한 이 속성의 값

  1. 컴퓨팅 Azure VM은 Microsoft.Compute/virtualMachines입니다.
  2. 클래식 컴퓨팅 Azure VM은 Microsoft.ClassicCompute/virtualMachines입니다.
Description
Invalid
Unknown
IaasVMContainer
IaasVMServiceContainer
DPMContainer
AzureBackupServerContainer
MABContainer
Cluster
AzureSqlContainer
Windows
VCenter
VMAppContainer
SQLAGWorkLoadContainer
StorageContainer
GenericContainer
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
AzureWorkloadContainer

systemData

리소스의 생성 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string (date-time)

리소스 만들기의 타임스탬프(UTC)입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string (date-time)

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID의 형식입니다.