VMGalleryApplication interface
컴퓨팅 갤러리 애플리케이션 버전을 참조하는 데 필요한 정보를 지정합니다.
속성
configuration |
선택 사항, 제공된 경우 패키지의 기본 구성을 대체할 Azure Blob에 대한 URI를 지정합니다. |
enable |
true로 설정하면 PIR/SIG에서 새 갤러리 애플리케이션 버전을 사용할 수 있는 경우 VM/VMSS에 대해 자동으로 업데이트됩니다. |
order | 선택 사항: 패키지를 설치해야 하는 순서를 지정합니다. |
package |
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} 형식으로 GalleryApplicationVersion 리소스 ID를 지정합니다. |
tags | 선택 사항으로, 더 많은 제네릭 컨텍스트에 대한 통과 값을 지정합니다. |
treat |
선택 사항인 경우 true이면 VmApplication의 모든 작업에 대한 오류는 배포에 실패합니다. |
속성 세부 정보
configurationReference
선택 사항, 제공된 경우 패키지의 기본 구성을 대체할 Azure Blob에 대한 URI를 지정합니다.
configurationReference?: string
속성 값
string
enableAutomaticUpgrade
true로 설정하면 PIR/SIG에서 새 갤러리 애플리케이션 버전을 사용할 수 있는 경우 VM/VMSS에 대해 자동으로 업데이트됩니다.
enableAutomaticUpgrade?: boolean
속성 값
boolean
order
선택 사항: 패키지를 설치해야 하는 순서를 지정합니다.
order?: number
속성 값
number
packageReferenceId
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} 형식으로 GalleryApplicationVersion 리소스 ID를 지정합니다.
packageReferenceId: string
속성 값
string
tags
선택 사항으로, 더 많은 제네릭 컨텍스트에 대한 통과 값을 지정합니다.
tags?: string
속성 값
string
treatFailureAsDeploymentFailure
선택 사항인 경우 true이면 VmApplication의 모든 작업에 대한 오류는 배포에 실패합니다.
treatFailureAsDeploymentFailure?: boolean
속성 값
boolean
Azure SDK for JavaScript