次の方法で共有


ManagedClusterAddonProfileIdentity コンストラクター

定義

オーバーロード

ManagedClusterAddonProfileIdentity()

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

ManagedClusterAddonProfileIdentity(String, String, String)

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

ManagedClusterAddonProfileIdentity()

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

public ManagedClusterAddonProfileIdentity ();
Public Sub New ()

適用対象

ManagedClusterAddonProfileIdentity(String, String, String)

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

public ManagedClusterAddonProfileIdentity (string resourceId = default, string clientId = default, string objectId = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfileIdentity : string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfileIdentity
Public Sub New (Optional resourceId As String = Nothing, Optional clientId As String = Nothing, Optional objectId As String = Nothing)

パラメーター

resourceId
String

ユーザー割り当て ID のリソース ID。

clientId
String

ユーザー割り当て ID のクライアント ID。

objectId
String

ユーザー割り当て ID のオブジェクト ID。

適用対象