次の方法で共有


ResourceModelWithAllowedPropertySetIdentity コンストラクター

定義

オーバーロード

ResourceModelWithAllowedPropertySetIdentity()

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

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

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

ResourceModelWithAllowedPropertySetIdentity()

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

public ResourceModelWithAllowedPropertySetIdentity ();
Public Sub New ()

適用対象

ResourceModelWithAllowedPropertySetIdentity(String, String, Nullable<ResourceIdentityType>)

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

public ResourceModelWithAllowedPropertySetIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.LabServices.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetIdentity : string * string * Nullable<Microsoft.Azure.Management.LabServices.Models.ResourceIdentityType> -> Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetIdentity
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'

適用対象