次の方法で共有


PrivateCloudIdentity クラス

定義

仮想マシンの ID。

public class PrivateCloudIdentity
type PrivateCloudIdentity = class
Public Class PrivateCloudIdentity
継承
PrivateCloudIdentity

コンストラクター

PrivateCloudIdentity()

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

PrivateCloudIdentity(String, String, String)

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

プロパティ

PrincipalId

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

TenantId

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

Type

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

適用対象