UpdateMoveCollectionRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UpdateMoveCollectionRequest() |
UpdateMoveCollectionRequest クラスの新しいインスタンスを初期化します。 |
UpdateMoveCollectionRequest(IDictionary<String,String>, Identity) |
UpdateMoveCollectionRequest クラスの新しいインスタンスを初期化します。 |
UpdateMoveCollectionRequest()
UpdateMoveCollectionRequest クラスの新しいインスタンスを初期化します。
public UpdateMoveCollectionRequest();
Public Sub New ()
適用対象
UpdateMoveCollectionRequest(IDictionary<String,String>, Identity)
UpdateMoveCollectionRequest クラスの新しいインスタンスを初期化します。
public UpdateMoveCollectionRequest(System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.Identity identity = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.UpdateMoveCollectionRequest : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Migrate.ResourceMover.Models.Identity -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.UpdateMoveCollectionRequest
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As Identity = Nothing)
パラメーター
- tags
- IDictionary<String,String>
リソース タグを取得または設定します。
- identity
- Identity
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET