SharingUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
共有プロファイル グループの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET