次の方法で共有


PrivateCloudIdentity コンストラクター

定義

オーバーロード

PrivateCloudIdentity()

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

PrivateCloudIdentity(String, String, String)

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

PrivateCloudIdentity()

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

public PrivateCloudIdentity ();
Public Sub New ()

適用対象

PrivateCloudIdentity(String, String, String)

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

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

パラメーター

principalId
String

プライベート クラウド ID のプリンシパル ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。

tenantId
String

プライベート クラウドに関連付けられているテナント ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。

type
String

プライベート クラウドに使用される ID の種類。 型 'SystemAssigned' は、暗黙的に作成された ID を参照します。 型 'None' では、プライベート クラウドから ID が削除されます。 使用可能な値は、'SystemAssigned'、'None' です。

適用対象