你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharingProfile 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SharingProfile() |
初始化 SharingProfile 类的新实例。 |
SharingProfile(String, IList<SharingProfileGroup>, CommunityGalleryInfo) |
初始化 SharingProfile 类的新实例。 |
SharingProfile()
初始化 SharingProfile 类的新实例。
public SharingProfile ();
Public Sub New ()
适用于
SharingProfile(String, IList<SharingProfileGroup>, CommunityGalleryInfo)
初始化 SharingProfile 类的新实例。
public SharingProfile (string permissions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> groups = default, Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo communityGalleryInfo = default);
new Microsoft.Azure.Management.Compute.Models.SharingProfile : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> * Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo -> Microsoft.Azure.Management.Compute.Models.SharingProfile
Public Sub New (Optional permissions As String = Nothing, Optional groups As IList(Of SharingProfileGroup) = Nothing, Optional communityGalleryInfo As CommunityGalleryInfo = Nothing)
参数
- permissions
- String
此属性允许指定共享库的权限。 <br><br> 可能的值是:<br><br>Private<br br><>Groups<br><br>Community。 可能的值包括:“Private”、“Groups”、“Community”
- groups
- IList<SharingProfileGroup>
共享配置文件组的列表。
- communityGalleryInfo
- CommunityGalleryInfo
如果当前库共享到社区,则社区库的信息。