Microsoft.Compute restorePointCollections/restorePoints 2023-09-01
Bicep 리소스 정의
restorePointCollections/restorePoints 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Compute/restorePointCollections/restorePoints 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.Compute/restorePointCollections/restorePoints@2023-09-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
consistencyMode: 'string'
excludeDisks: [
{
id: 'string'
}
]
sourceMetadata: {
storageProfile: {
dataDisks: [
{
caching: 'string'
diskRestorePoint: {
encryption: {
diskEncryptionSet: {
id: 'string'
}
type: 'string'
}
sourceDiskRestorePoint: {
id: 'string'
}
}
managedDisk: {
diskEncryptionSet: {
id: 'string'
}
id: 'string'
securityProfile: {
diskEncryptionSet: {
id: 'string'
}
securityEncryptionType: 'string'
}
storageAccountType: 'string'
}
}
]
osDisk: {
caching: 'string'
diskRestorePoint: {
encryption: {
diskEncryptionSet: {
id: 'string'
}
type: 'string'
}
sourceDiskRestorePoint: {
id: 'string'
}
}
managedDisk: {
diskEncryptionSet: {
id: 'string'
}
id: 'string'
securityProfile: {
diskEncryptionSet: {
id: 'string'
}
securityEncryptionType: 'string'
}
storageAccountType: 'string'
}
}
}
}
sourceRestorePoint: {
id: 'string'
}
timeCreated: 'string'
}
}
속성 값
restorePointCollections/restorePoints
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요. |
string(필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: restorePointCollections |
속성 | 복원 지점 속성입니다. | RestorePointProperties |
RestorePointProperties
이름 | 묘사 | 값 |
---|---|---|
consistencyMode | RestorePoint의 ConsistencyMode입니다. 복원 지점을 만드는 동안 입력에 지정할 수 있습니다. 지금은 CrashConsistent만 유효한 입력으로 허용됩니다. 자세한 내용은 https://aka.ms/RestorePoints 참조하세요. |
'ApplicationConsistent' 'CrashConsistent' 'FileSystemConsistent' |
excludeDisks | 고객이 복원 지점에서 제외하려는 디스크 리소스 ID 목록입니다. 디스크를 지정하지 않으면 모든 디스크가 포함됩니다. | ApiEntityReference[] |
sourceMetadata | 복원 지점을 만들 때 캡처된 VM의 세부 정보를 가져옵니다. | RestorePointSourceMetadata |
sourceRestorePoint | 복사본을 만들어야 하는 원본 복원 지점의 리소스 ID입니다. | ApiEntityReference |
timeCreated | 복원 지점의 생성 시간을 가져옵니다. | 문자열 |
ApiEntityReference
이름 | 묘사 | 값 |
---|---|---|
아이디 | /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... | 문자열 |
RestorePointSourceMetadata
이름 | 묘사 | 값 |
---|---|---|
storageProfile | 스토리지 프로필을 가져옵니다. | RestorePointSourceVMStorageProfile |
RestorePointSourceVMStorageProfile
이름 | 묘사 | 값 |
---|---|---|
dataDisks | 복원 지점을 만들 때 캡처된 VM의 데이터 디스크를 가져옵니다. | restorePointSourceVMDataDisk |
osDisk | 복원 지점을 만들 때 캡처된 VM의 OS 디스크를 가져옵니다. | RestorePointSourceVmosDisk |
RestorePointSourceVMDataDisk
이름 | 묘사 | 값 |
---|---|---|
캐싱 | 캐싱 형식을 가져옵니다. | 'None' 'ReadOnly' 'ReadWrite' |
diskRestorePoint | 디스크 복원 지점 속성을 포함합니다. | DiskRestorePointAttributes |
managedDisk | 관리 디스크 세부 정보를 포함합니다. | ManagedDiskParameters |
DiskRestorePointAttributes
이름 | 묘사 | 값 |
---|---|---|
암호화 | 디스크 복원 지점에 대한 미사용 데이터 암호화 설정입니다. 복원 지점을 만드는 동안 입력에 지정할 수 있는 선택적 속성입니다. | restorePointEncryption |
sourceDiskRestorePoint | 원본 디스크 복원 지점의 리소스 ID입니다. | ApiEntityReference |
RestorePointEncryption
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 디스크에 대해 지정할 수 있는 고객 관리 디스크 암호화 집합 리소스 ID의 매개 변수에 대해 설명합니다.
참고: 디스크 암호화 집합 리소스 ID는 관리 디스크에 대해서만 지정할 수 있습니다. 자세한 내용은 https://aka.ms/mdssewithcmkoverview 참조하세요. |
DiskEncryptionSetParameters |
형 | 디스크 복원 지점의 데이터를 암호화하는 데 사용되는 키 유형입니다. | 'EncryptionAtRestWithCustomerKey' 'EncryptionAtRestWithPlatformAndCustomerKeys' 'EncryptionAtRestWithPlatformKey' |
DiskEncryptionSetParameters
이름 | 묘사 | 값 |
---|---|---|
아이디 | 리소스 ID | 문자열 |
ManagedDiskParameters
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. | DiskEncryptionSetParameters |
아이디 | 리소스 ID | 문자열 |
securityProfile | 관리 디스크의 보안 프로필을 지정합니다. | VMDiskSecurityProfile |
storageAccountType | 관리 디스크의 스토리지 계정 유형을 지정합니다. 참고: UltraSSD_LRS 데이터 디스크에서만 사용할 수 있으므로 OS 디스크와 함께 사용할 수 없습니다. | 'PremiumV2_LRS' 'Premium_LRS' 'Premium_ZRS' 'StandardSSD_LRS' 'StandardSSD_ZRS' 'Standard_LRS' 'UltraSSD_LRS' |
VMDiskSecurityProfile
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 고객 관리형 키 암호화 ConfidentialVM OS 디스크 및 VMGuest Blob에 사용되는 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. | DiskEncryptionSetParameters |
securityEncryptionType | 관리 디스크의 EncryptionType을 지정합니다. VMGuestState Blob과 함께 관리 디스크의 암호화를 위해 DiskWithVMGuestState로 설정되고, VMGuestState Blob의 암호화를 위한 VMGuestStateOnly, VMGuestState Blob에서 펌웨어 상태를 유지하지 않는 경우 NonPersistedTPM으로 설정됩니다. 참고: 기밀 VM에 대해서만 설정할 수 있습니다. | 'DiskWithVMGuestState' 'NonPersistedTPM' 'VMGuestStateOnly' |
RestorePointSourceVmosDisk
이름 | 묘사 | 값 |
---|---|---|
캐싱 | 캐싱 형식을 가져옵니다. | 'None' 'ReadOnly' 'ReadWrite' |
diskRestorePoint | 디스크 복원 지점 속성을 포함합니다. | DiskRestorePointAttributes |
managedDisk | 관리 디스크 세부 정보를 가져옵니다. | ManagedDiskParameters |
ARM 템플릿 리소스 정의
restorePointCollections/restorePoints 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Compute/restorePointCollections/restorePoints 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.Compute/restorePointCollections/restorePoints",
"apiVersion": "2023-09-01",
"name": "string",
"properties": {
"consistencyMode": "string",
"excludeDisks": [
{
"id": "string"
}
],
"sourceMetadata": {
"storageProfile": {
"dataDisks": [
{
"caching": "string",
"diskRestorePoint": {
"encryption": {
"diskEncryptionSet": {
"id": "string"
},
"type": "string"
},
"sourceDiskRestorePoint": {
"id": "string"
}
},
"managedDisk": {
"diskEncryptionSet": {
"id": "string"
},
"id": "string",
"securityProfile": {
"diskEncryptionSet": {
"id": "string"
},
"securityEncryptionType": "string"
},
"storageAccountType": "string"
}
}
],
"osDisk": {
"caching": "string",
"diskRestorePoint": {
"encryption": {
"diskEncryptionSet": {
"id": "string"
},
"type": "string"
},
"sourceDiskRestorePoint": {
"id": "string"
}
},
"managedDisk": {
"diskEncryptionSet": {
"id": "string"
},
"id": "string",
"securityProfile": {
"diskEncryptionSet": {
"id": "string"
},
"securityEncryptionType": "string"
},
"storageAccountType": "string"
}
}
}
},
"sourceRestorePoint": {
"id": "string"
},
"timeCreated": "string"
}
}
속성 값
restorePointCollections/restorePoints
이름 | 묘사 | 값 |
---|---|---|
형 | 리소스 종류 | 'Microsoft.Compute/restorePointCollections/restorePoints' |
apiVersion | 리소스 api 버전 | '2023-09-01' |
이름 | 리소스 이름 JSON ARM 템플릿 |
string(필수) |
속성 | 복원 지점 속성입니다. | RestorePointProperties |
RestorePointProperties
이름 | 묘사 | 값 |
---|---|---|
consistencyMode | RestorePoint의 ConsistencyMode입니다. 복원 지점을 만드는 동안 입력에 지정할 수 있습니다. 지금은 CrashConsistent만 유효한 입력으로 허용됩니다. 자세한 내용은 https://aka.ms/RestorePoints 참조하세요. |
'ApplicationConsistent' 'CrashConsistent' 'FileSystemConsistent' |
excludeDisks | 고객이 복원 지점에서 제외하려는 디스크 리소스 ID 목록입니다. 디스크를 지정하지 않으면 모든 디스크가 포함됩니다. | ApiEntityReference[] |
sourceMetadata | 복원 지점을 만들 때 캡처된 VM의 세부 정보를 가져옵니다. | RestorePointSourceMetadata |
sourceRestorePoint | 복사본을 만들어야 하는 원본 복원 지점의 리소스 ID입니다. | ApiEntityReference |
timeCreated | 복원 지점의 생성 시간을 가져옵니다. | 문자열 |
ApiEntityReference
이름 | 묘사 | 값 |
---|---|---|
아이디 | /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... | 문자열 |
RestorePointSourceMetadata
이름 | 묘사 | 값 |
---|---|---|
storageProfile | 스토리지 프로필을 가져옵니다. | RestorePointSourceVMStorageProfile |
RestorePointSourceVMStorageProfile
이름 | 묘사 | 값 |
---|---|---|
dataDisks | 복원 지점을 만들 때 캡처된 VM의 데이터 디스크를 가져옵니다. | restorePointSourceVMDataDisk |
osDisk | 복원 지점을 만들 때 캡처된 VM의 OS 디스크를 가져옵니다. | RestorePointSourceVmosDisk |
RestorePointSourceVMDataDisk
이름 | 묘사 | 값 |
---|---|---|
캐싱 | 캐싱 형식을 가져옵니다. | 'None' 'ReadOnly' 'ReadWrite' |
diskRestorePoint | 디스크 복원 지점 속성을 포함합니다. | DiskRestorePointAttributes |
managedDisk | 관리 디스크 세부 정보를 포함합니다. | ManagedDiskParameters |
DiskRestorePointAttributes
이름 | 묘사 | 값 |
---|---|---|
암호화 | 디스크 복원 지점에 대한 미사용 데이터 암호화 설정입니다. 복원 지점을 만드는 동안 입력에 지정할 수 있는 선택적 속성입니다. | restorePointEncryption |
sourceDiskRestorePoint | 원본 디스크 복원 지점의 리소스 ID입니다. | ApiEntityReference |
RestorePointEncryption
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 디스크에 대해 지정할 수 있는 고객 관리 디스크 암호화 집합 리소스 ID의 매개 변수에 대해 설명합니다.
참고: 디스크 암호화 집합 리소스 ID는 관리 디스크에 대해서만 지정할 수 있습니다. 자세한 내용은 https://aka.ms/mdssewithcmkoverview 참조하세요. |
DiskEncryptionSetParameters |
형 | 디스크 복원 지점의 데이터를 암호화하는 데 사용되는 키 유형입니다. | 'EncryptionAtRestWithCustomerKey' 'EncryptionAtRestWithPlatformAndCustomerKeys' 'EncryptionAtRestWithPlatformKey' |
DiskEncryptionSetParameters
이름 | 묘사 | 값 |
---|---|---|
아이디 | 리소스 ID | 문자열 |
ManagedDiskParameters
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. | DiskEncryptionSetParameters |
아이디 | 리소스 ID | 문자열 |
securityProfile | 관리 디스크의 보안 프로필을 지정합니다. | VMDiskSecurityProfile |
storageAccountType | 관리 디스크의 스토리지 계정 유형을 지정합니다. 참고: UltraSSD_LRS 데이터 디스크에서만 사용할 수 있으므로 OS 디스크와 함께 사용할 수 없습니다. | 'PremiumV2_LRS' 'Premium_LRS' 'Premium_ZRS' 'StandardSSD_LRS' 'StandardSSD_ZRS' 'Standard_LRS' 'UltraSSD_LRS' |
VMDiskSecurityProfile
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 고객 관리형 키 암호화 ConfidentialVM OS 디스크 및 VMGuest Blob에 사용되는 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. | DiskEncryptionSetParameters |
securityEncryptionType | 관리 디스크의 EncryptionType을 지정합니다. VMGuestState Blob과 함께 관리 디스크의 암호화를 위해 DiskWithVMGuestState로 설정되고, VMGuestState Blob의 암호화를 위한 VMGuestStateOnly, VMGuestState Blob에서 펌웨어 상태를 유지하지 않는 경우 NonPersistedTPM으로 설정됩니다. 참고: 기밀 VM에 대해서만 설정할 수 있습니다. | 'DiskWithVMGuestState' 'NonPersistedTPM' 'VMGuestStateOnly' |
RestorePointSourceVmosDisk
이름 | 묘사 | 값 |
---|---|---|
캐싱 | 캐싱 형식을 가져옵니다. | 'None' 'ReadOnly' 'ReadWrite' |
diskRestorePoint | 디스크 복원 지점 속성을 포함합니다. | DiskRestorePointAttributes |
managedDisk | 관리 디스크 세부 정보를 가져옵니다. | ManagedDiskParameters |
Terraform(AzAPI 공급자) 리소스 정의
restorePointCollections/restorePoints 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Compute/restorePointCollections/restorePoints 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/restorePointCollections/restorePoints@2023-09-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
consistencyMode = "string"
excludeDisks = [
{
id = "string"
}
]
sourceMetadata = {
storageProfile = {
dataDisks = [
{
caching = "string"
diskRestorePoint = {
encryption = {
diskEncryptionSet = {
id = "string"
}
type = "string"
}
sourceDiskRestorePoint = {
id = "string"
}
}
managedDisk = {
diskEncryptionSet = {
id = "string"
}
id = "string"
securityProfile = {
diskEncryptionSet = {
id = "string"
}
securityEncryptionType = "string"
}
storageAccountType = "string"
}
}
]
osDisk = {
caching = "string"
diskRestorePoint = {
encryption = {
diskEncryptionSet = {
id = "string"
}
type = "string"
}
sourceDiskRestorePoint = {
id = "string"
}
}
managedDisk = {
diskEncryptionSet = {
id = "string"
}
id = "string"
securityProfile = {
diskEncryptionSet = {
id = "string"
}
securityEncryptionType = "string"
}
storageAccountType = "string"
}
}
}
}
sourceRestorePoint = {
id = "string"
}
timeCreated = "string"
}
})
}
속성 값
restorePointCollections/restorePoints
이름 | 묘사 | 값 |
---|---|---|
형 | 리소스 종류 | "Microsoft.Compute/restorePointCollections/restorePoints@2023-09-01" |
이름 | 리소스 이름 | string(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식의 리소스 ID: restorePointCollections |
속성 | 복원 지점 속성입니다. | RestorePointProperties |
RestorePointProperties
이름 | 묘사 | 값 |
---|---|---|
consistencyMode | RestorePoint의 ConsistencyMode입니다. 복원 지점을 만드는 동안 입력에 지정할 수 있습니다. 지금은 CrashConsistent만 유효한 입력으로 허용됩니다. 자세한 내용은 https://aka.ms/RestorePoints 참조하세요. |
"ApplicationConsistent" "CrashConsistent" "FileSystemConsistent" |
excludeDisks | 고객이 복원 지점에서 제외하려는 디스크 리소스 ID 목록입니다. 디스크를 지정하지 않으면 모든 디스크가 포함됩니다. | ApiEntityReference[] |
sourceMetadata | 복원 지점을 만들 때 캡처된 VM의 세부 정보를 가져옵니다. | RestorePointSourceMetadata |
sourceRestorePoint | 복사본을 만들어야 하는 원본 복원 지점의 리소스 ID입니다. | ApiEntityReference |
timeCreated | 복원 지점의 생성 시간을 가져옵니다. | 문자열 |
ApiEntityReference
이름 | 묘사 | 값 |
---|---|---|
아이디 | /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... | 문자열 |
RestorePointSourceMetadata
이름 | 묘사 | 값 |
---|---|---|
storageProfile | 스토리지 프로필을 가져옵니다. | RestorePointSourceVMStorageProfile |
RestorePointSourceVMStorageProfile
이름 | 묘사 | 값 |
---|---|---|
dataDisks | 복원 지점을 만들 때 캡처된 VM의 데이터 디스크를 가져옵니다. | restorePointSourceVMDataDisk |
osDisk | 복원 지점을 만들 때 캡처된 VM의 OS 디스크를 가져옵니다. | RestorePointSourceVmosDisk |
RestorePointSourceVMDataDisk
이름 | 묘사 | 값 |
---|---|---|
캐싱 | 캐싱 형식을 가져옵니다. | "없음" "ReadOnly" "ReadWrite" |
diskRestorePoint | 디스크 복원 지점 속성을 포함합니다. | DiskRestorePointAttributes |
managedDisk | 관리 디스크 세부 정보를 포함합니다. | ManagedDiskParameters |
DiskRestorePointAttributes
이름 | 묘사 | 값 |
---|---|---|
암호화 | 디스크 복원 지점에 대한 미사용 데이터 암호화 설정입니다. 복원 지점을 만드는 동안 입력에 지정할 수 있는 선택적 속성입니다. | restorePointEncryption |
sourceDiskRestorePoint | 원본 디스크 복원 지점의 리소스 ID입니다. | ApiEntityReference |
RestorePointEncryption
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 디스크에 대해 지정할 수 있는 고객 관리 디스크 암호화 집합 리소스 ID의 매개 변수에 대해 설명합니다.
참고: 디스크 암호화 집합 리소스 ID는 관리 디스크에 대해서만 지정할 수 있습니다. 자세한 내용은 https://aka.ms/mdssewithcmkoverview 참조하세요. |
DiskEncryptionSetParameters |
형 | 디스크 복원 지점의 데이터를 암호화하는 데 사용되는 키 유형입니다. | "EncryptionAtRestWithCustomerKey" "EncryptionAtRestWithPlatformAndCustomerKeys" "EncryptionAtRestWithPlatformKey" |
DiskEncryptionSetParameters
이름 | 묘사 | 값 |
---|---|---|
아이디 | 리소스 ID | 문자열 |
ManagedDiskParameters
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. | DiskEncryptionSetParameters |
아이디 | 리소스 ID | 문자열 |
securityProfile | 관리 디스크의 보안 프로필을 지정합니다. | VMDiskSecurityProfile |
storageAccountType | 관리 디스크의 스토리지 계정 유형을 지정합니다. 참고: UltraSSD_LRS 데이터 디스크에서만 사용할 수 있으므로 OS 디스크와 함께 사용할 수 없습니다. | "PremiumV2_LRS" "Premium_LRS" "Premium_ZRS" "StandardSSD_LRS" "StandardSSD_ZRS" "Standard_LRS" "UltraSSD_LRS" |
VMDiskSecurityProfile
이름 | 묘사 | 값 |
---|---|---|
diskEncryptionSet | 고객 관리형 키 암호화 ConfidentialVM OS 디스크 및 VMGuest Blob에 사용되는 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. | DiskEncryptionSetParameters |
securityEncryptionType | 관리 디스크의 EncryptionType을 지정합니다. VMGuestState Blob과 함께 관리 디스크의 암호화를 위해 DiskWithVMGuestState로 설정되고, VMGuestState Blob의 암호화를 위한 VMGuestStateOnly, VMGuestState Blob에서 펌웨어 상태를 유지하지 않는 경우 NonPersistedTPM으로 설정됩니다. 참고: 기밀 VM에 대해서만 설정할 수 있습니다. | "DiskWithVMGuestState" "NonPersistedTPM" "VMGuestStateOnly" |
RestorePointSourceVmosDisk
이름 | 묘사 | 값 |
---|---|---|
캐싱 | 캐싱 형식을 가져옵니다. | "없음" "ReadOnly" "ReadWrite" |
diskRestorePoint | 디스크 복원 지점 속성을 포함합니다. | DiskRestorePointAttributes |
managedDisk | 관리 디스크 세부 정보를 가져옵니다. | ManagedDiskParameters |