次の方法で共有


ObjectAnchorsAccountIdentity コンストラクター

定義

オーバーロード

ObjectAnchorsAccountIdentity()

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

ObjectAnchorsAccountIdentity(String, String, Nullable<ResourceIdentityType>)

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

ObjectAnchorsAccountIdentity()

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

public ObjectAnchorsAccountIdentity ();
Public Sub New ()

適用対象

ObjectAnchorsAccountIdentity(String, String, Nullable<ResourceIdentityType>)

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

public ObjectAnchorsAccountIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.MixedReality.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccountIdentity : string * string * Nullable<Microsoft.Azure.Management.MixedReality.Models.ResourceIdentityType> -> Microsoft.Azure.Management.MixedReality.Models.ObjectAnchorsAccountIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing)

パラメーター

principalId
String

リソース ID のプリンシパル ID。

tenantId
String

リソースのテナント ID。

type
Nullable<ResourceIdentityType>

ID の種類。 使用可能な値は次のとおりです: 'SystemAssigned'

適用対象