你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GalleryApplicationVersionPublishingProfile 类
库映像版本的发布配置文件。
变量仅由服务器填充,发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.compute.v2022_03_03.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, replication_mode: str | _models.ReplicationMode | None = None, target_extended_locations: List[_models.GalleryTargetExtendedLocation] | None = None, manage_actions: _models.UserArtifactManage | None = None, settings: _models.UserArtifactSettings | None = None, advanced_settings: Dict[str, str] | None = None, enable_health_check: bool | None = None, custom_actions: List[_models.GalleryApplicationCustomAction] | 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”。
- replication_mode
- str 或 ReplicationMode
可选参数,指定用于复制的模式。 此属性不可更新。 已知值为:“Full”和“Shallow”。
- target_extended_locations
- list[GalleryTargetExtendedLocation]
映像版本要复制到的目标扩展位置。 此属性可更新。
- source
- UserArtifactSource
要从中创建映像版本的源映像。 必需。
- manage_actions
- UserArtifactManage
- settings
- UserArtifactSettings
VM 应用的其他设置,在部署到目标 VM 或 VM 规模集时包含目标包和配置文件名称。
- enable_health_check
- bool
可选。 此应用程序是否报告运行状况。
- custom_actions
- list[GalleryApplicationCustomAction]
可使用此库应用程序版本执行的自定义操作的列表。
变量
- 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”。
- replication_mode
- str 或 ReplicationMode
可选参数,指定用于复制的模式。 此属性不可更新。 已知值为:“Full”和“Shallow”。
- target_extended_locations
- list[GalleryTargetExtendedLocation]
映像版本要复制到的目标扩展位置。 此属性可更新。
- source
- UserArtifactSource
要从中创建映像版本的源映像。 必需。
- manage_actions
- UserArtifactManage
- settings
- UserArtifactSettings
VM 应用的其他设置,在部署到目标 VM 或 VM 规模集时包含目标包和配置文件名称。
- enable_health_check
- bool
可选。 此应用程序是否报告运行状况。
- custom_actions
- list[GalleryApplicationCustomAction]
可使用此库应用程序版本执行的自定义操作的列表。