다음을 통해 공유


VMGalleryApplication 클래스

컴퓨팅 갤러리 애플리케이션 버전을 참조하는 데 필요한 정보를 지정합니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.compute._serialization.Model
VMGalleryApplication

생성자

VMGalleryApplication(*, package_reference_id: str, tags: str | None = None, order: int | None = None, configuration_reference: str | None = None, treat_failure_as_deployment_failure: bool | None = None, enable_automatic_upgrade: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

tags
str

선택 사항으로, 더 많은 제네릭 컨텍스트에 대한 통과 값을 지정합니다.

order
int

선택 사항으로 패키지를 설치해야 하는 순서를 지정합니다.

package_reference_id
str

/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version}의 형식으로 GalleryApplicationVersion 리소스 ID를 지정합니다. 필수 요소.

configuration_reference
str

선택 사항으로, 제공된 경우 패키지의 기본 구성을 대체할 Azure Blob에 대한 URI를 지정합니다.

treat_failure_as_deployment_failure
bool

선택 사항으로, true이면 VmApplication의 모든 작업에 대한 실패가 배포에 실패합니다.

enable_automatic_upgrade
bool

true로 설정하면 PIR/SIG에서 새 갤러리 애플리케이션 버전을 사용할 수 있는 경우 VM/VMSS에 대해 자동으로 업데이트됩니다.

변수

tags
str

선택 사항으로, 더 많은 제네릭 컨텍스트에 대한 통과 값을 지정합니다.

order
int

선택 사항으로 패키지를 설치해야 하는 순서를 지정합니다.

package_reference_id
str

/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version}의 형식으로 GalleryApplicationVersion 리소스 ID를 지정합니다. 필수 요소.

configuration_reference
str

선택 사항으로, 제공된 경우 패키지의 기본 구성을 대체할 Azure Blob에 대한 URI를 지정합니다.

treat_failure_as_deployment_failure
bool

선택 사항으로, true이면 VmApplication의 모든 작업에 대한 실패가 배포에 실패합니다.

enable_automatic_upgrade
bool

true로 설정하면 PIR/SIG에서 새 갤러리 애플리케이션 버전을 사용할 수 있는 경우 VM/VMSS에 대해 자동으로 업데이트됩니다.