次の方法で共有


SharingUpdate コンストラクター

定義

オーバーロード

SharingUpdate()

SharingUpdate クラスの新しいインスタンスを初期化します。

SharingUpdate(String, IList<SharingProfileGroup>)

SharingUpdate クラスの新しいインスタンスを初期化します。

SharingUpdate()

SharingUpdate クラスの新しいインスタンスを初期化します。

public SharingUpdate ();
Public Sub New ()

適用対象

SharingUpdate(String, IList<SharingProfileGroup>)

SharingUpdate クラスの新しいインスタンスを初期化します。

public SharingUpdate (string operationType, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> groups = default);
new Microsoft.Azure.Management.Compute.Models.SharingUpdate : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> -> Microsoft.Azure.Management.Compute.Models.SharingUpdate
Public Sub New (operationType As String, Optional groups As IList(Of SharingProfileGroup) = Nothing)

パラメーター

operationType
String

このプロパティを使用すると、ギャラリー共有更新の操作の種類を指定できます。 <br><br> 可能な値は、<br br><Add<br> br><>Remove<br><br>Reset です。 使用可能な値には、'Add'、'Remove'、'Reset'、'EnableCommunity' などがあります。

groups
IList<SharingProfileGroup>

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

適用対象