次の方法で共有


SystemAssignedServiceIdentity コンストラクター

定義

オーバーロード

SystemAssignedServiceIdentity()

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

SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)

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

SystemAssignedServiceIdentity()

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

public SystemAssignedServiceIdentity ();
Public Sub New ()

適用対象

SystemAssignedServiceIdentity(String, Nullable<Guid>, Nullable<Guid>)

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

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

パラメーター

type
String

使用可能な値には、'None'、'SystemAssigned' などがあります。

principalId
Nullable<Guid>

システム割り当て ID のサービス プリンシパル ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。

tenantId
Nullable<Guid>

システム割り当て ID のテナント ID。 このプロパティは、システム割り当て ID に対してのみ提供されます。

適用対象