次の方法で共有


ServicesResourceIdentity コンストラクター

定義

オーバーロード

ServicesResourceIdentity()

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

ServicesResourceIdentity(String, String, String)

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

ServicesResourceIdentity()

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

public ServicesResourceIdentity ();
Public Sub New ()

適用対象

ServicesResourceIdentity(String, String, String)

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

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

パラメーター

principalId
String

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

tenantId
String

リソースのテナント ID。

type
String

指定されている ID の種類 (現在は SystemAssigned と None は許可されていません)。 使用可能な値は、'SystemAssigned'、'None' です。

適用対象