你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GalleryApplicationVersionPublishingProfile 类
库映像版本的发布配置文件。
变量仅由服务器填充,发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.compute.v2020_09_30.models._models_py3.GalleryArtifactPublishingProfileBaseGalleryApplicationVersionPublishingProfile
构造函数
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
每个区域要创建的映像版本的副本数。 如果未指定 regionalReplicaCount,此属性将对区域生效。 此属性可更新。
- exclude_from_latest
- bool
如果设置为 true,则从最新版本的映像定义部署虚拟机将不会使用此映像版本。
- 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
每个区域要创建的映像版本的副本数。 如果未指定 regionalReplicaCount,此属性将对区域生效。 此属性可更新。
- exclude_from_latest
- bool
如果设置为 true,则从最新版本的映像定义部署虚拟机将不会使用此映像版本。
- 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
可选。 此应用程序是否报告运行状况。