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>><community です。 使用可能な値は、'Private'、'Groups'、'Community' です。
- groups
- IList<SharingProfileGroup>
共有プロファイル グループの一覧。
- communityGalleryInfo
- CommunityGalleryInfo
現在のギャラリーがコミュニティに共有されている場合のコミュニティ ギャラリーの情報。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET