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