次の方法で共有


ResourceIdentity コンストラクター

定義

オーバーロード

ResourceIdentity()

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

ResourceIdentity(ResourceIdentityType, String, String)

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

ResourceIdentity()

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

public ResourceIdentity ();
Public Sub New ()

適用対象

ResourceIdentity(ResourceIdentityType, String, String)

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

public ResourceIdentity (Microsoft.Azure.Management.Chaos.Models.ResourceIdentityType type, string principalId = default, string tenantId = default);
new Microsoft.Azure.Management.Chaos.Models.ResourceIdentity : Microsoft.Azure.Management.Chaos.Models.ResourceIdentityType * string * string -> Microsoft.Azure.Management.Chaos.Models.ResourceIdentity
Public Sub New (type As ResourceIdentityType, Optional principalId As String = Nothing, Optional tenantId As String = Nothing)

パラメーター

type
ResourceIdentityType

リソース ID の種類の文字列。 使用可能な値は、'None'、'SystemAssigned' です。

principalId
String

このリソース ID のプリンシパル ID を表す GUID。

tenantId
String

このリソース ID のテナント ID を表す GUID。

適用対象