次の方法で共有


SharingProfile コンストラクター

定義

オーバーロード

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>><community です。 使用可能な値は、'Private'、'Groups'、'Community' です。

groups
IList<SharingProfileGroup>

共有プロファイル グループの一覧。

communityGalleryInfo
CommunityGalleryInfo

現在のギャラリーがコミュニティに共有されている場合のコミュニティ ギャラリーの情報。

適用対象