다음을 통해 공유


GalleryApplicationVersionPublishingProfile 클래스

갤러리 이미지 버전의 게시 프로필입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

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

상속
azure.mgmt.compute.v2020_09_30.models._models_py3.GalleryArtifactPublishingProfileBase
GalleryApplicationVersionPublishingProfile

생성자

GalleryApplicationVersionPublishingProfile(*, source: _models.UserArtifactSource, target_regions: List[_models.TargetRegion] | None = None, replica_count: int | None = None, exclude_from_latest: bool | None = None, end_of_life_date: datetime | None = None, storage_account_type: str | _models.StorageAccountType | None = None, manage_actions: _models.UserArtifactManage | None = None, enable_health_check: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

target_regions
list[TargetRegion]

이미지 버전이 복제될 대상 지역입니다. 이 속성은 업데이트할 수 있습니다.

replica_count
int

지역별로 만들 이미지 버전의 복제본 수입니다. 이 속성은 regionReplicaCount가 지정되지 않은 지역에 적용됩니다. 이 속성은 업데이트할 수 있습니다.

exclude_from_latest
bool

true로 설정하면 최신 버전의 이미지 정의에서 배포된 Virtual Machines 이 이미지 버전을 사용하지 않습니다.

end_of_life_date
datetime

갤러리 이미지 버전의 수명 종료 날짜입니다. 이 속성은 서비스 해제 목적으로 사용할 수 있습니다. 이 속성은 업데이트할 수 있습니다.

storage_account_type
str 또는 StorageAccountType

이미지를 저장하는 데 사용할 스토리지 계정 유형을 지정합니다. 이 속성은 업데이트할 수 없습니다. 알려진 값은 "Standard_LRS", "Standard_ZRS" 및 "Premium_LRS"입니다.

source
UserArtifactSource

이미지 버전을 만들 원본 이미지입니다. 필수 요소.

manage_actions
UserArtifactManage
enable_health_check
bool

(선택 사항) 이 애플리케이션이 상태를 보고하는지 여부입니다.

변수

target_regions
list[TargetRegion]

이미지 버전이 복제될 대상 지역입니다. 이 속성은 업데이트할 수 있습니다.

replica_count
int

지역별로 만들 이미지 버전의 복제본 수입니다. 이 속성은 regionReplicaCount가 지정되지 않은 지역에 적용됩니다. 이 속성은 업데이트할 수 있습니다.

exclude_from_latest
bool

true로 설정하면 최신 버전의 이미지 정의에서 배포된 Virtual Machines 이 이미지 버전을 사용하지 않습니다.

published_date
datetime

갤러리 이미지 버전이 게시될 때의 타임스탬프입니다.

end_of_life_date
datetime

갤러리 이미지 버전의 수명 종료 날짜입니다. 이 속성은 서비스 해제 목적으로 사용할 수 있습니다. 이 속성은 업데이트할 수 있습니다.

storage_account_type
str 또는 StorageAccountType

이미지를 저장하는 데 사용할 스토리지 계정 유형을 지정합니다. 이 속성은 업데이트할 수 없습니다. 알려진 값은 "Standard_LRS", "Standard_ZRS" 및 "Premium_LRS"입니다.

source
UserArtifactSource

이미지 버전을 만들 원본 이미지입니다. 필수 요소.

manage_actions
UserArtifactManage
enable_health_check
bool

(선택 사항) 이 애플리케이션이 상태를 보고하는지 여부입니다.