GalleryArtifactPublishingProfileBase 클래스
기본 갤러리 아티팩트 게시 프로필에 대해 설명합니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.compute._serialization.ModelGalleryArtifactPublishingProfileBase
생성자
GalleryArtifactPublishingProfileBase(*, 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, replication_mode: str | _models.ReplicationMode | None = None, target_extended_locations: List[_models.GalleryTargetExtendedLocation] | None = None, **kwargs)
변수
- 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"입니다.
- replication_mode
- str 또는 ReplicationMode
복제에 사용할 모드를 지정하는 선택적 매개 변수입니다. 이 속성은 업데이트할 수 없습니다. 알려진 값은 "Full" 및 "Shallow"입니다.
- target_extended_locations
- list[GalleryTargetExtendedLocation]
이미지 버전이 복제될 대상 확장 위치입니다. 이 속성은 업데이트할 수 있습니다.