次の方法で共有


AADPropertiesResource コンストラクター

定義

オーバーロード

AADPropertiesResource()

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

AADPropertiesResource(String, String, String, String, IDictionary<String,String>, String, AADProperties)

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

AADPropertiesResource()

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

public AADPropertiesResource ();
Public Sub New ()

適用対象

AADPropertiesResource(String, String, String, String, IDictionary<String,String>, String, AADProperties)

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

public AADPropertiesResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string eTag = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADPropertiesResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADProperties -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AADPropertiesResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional eTag As String = Nothing, Optional properties As AADProperties = Nothing)

パラメーター

id
String

リソース ID は、リソースへの完全なパスを表します。

name
String

リソースに関連付けられているリソース名。

type
String

リソースの種類は、Namespace/ResourceType/ResourceType/..という形式の完全なパスを表します。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

eTag
String

オプションの ETag。

properties
AADProperties

AADPropertiesResource プロパティ

適用対象