你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GalleryUpdate 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GalleryUpdate() |
初始化 GalleryUpdate 类的新实例。 |
GalleryUpdate(String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus) |
初始化 GalleryUpdate 类的新实例。 |
GalleryUpdate()
初始化 GalleryUpdate 类的新实例。
public GalleryUpdate ();
Public Sub New ()
适用于
GalleryUpdate(String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus)
初始化 GalleryUpdate 类的新实例。
public GalleryUpdate (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, Microsoft.Azure.Management.Compute.Models.GalleryIdentifier identifier = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.SharingProfile sharingProfile = default, Microsoft.Azure.Management.Compute.Models.SoftDeletePolicy softDeletePolicy = default, Microsoft.Azure.Management.Compute.Models.SharingStatus sharingStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryUpdate : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Compute.Models.GalleryIdentifier * string * Microsoft.Azure.Management.Compute.Models.SharingProfile * Microsoft.Azure.Management.Compute.Models.SoftDeletePolicy * Microsoft.Azure.Management.Compute.Models.SharingStatus -> Microsoft.Azure.Management.Compute.Models.GalleryUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional identifier As GalleryIdentifier = Nothing, Optional provisioningState As String = Nothing, Optional sharingProfile As SharingProfile = Nothing, Optional softDeletePolicy As SoftDeletePolicy = Nothing, Optional sharingStatus As SharingStatus = Nothing)
参数
- id
- String
资源 ID
- name
- String
资源名称
- type
- String
资源类型
- tags
- IDictionary<String,String>
资源标记
- description
- String
此共享映像库资源的说明。 此属性可更新。
- identifier
- GalleryIdentifier
- provisioningState
- String
可能的值包括:“Creating”、“Updating”、“Failed”、“Succeeded”、“Deleting”、“Migrating”
- sharingProfile
- SharingProfile
- softDeletePolicy
- SoftDeletePolicy
- sharingStatus
- SharingStatus