次の方法で共有


Identity コンストラクター

定義

オーバーロード

Identity()

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

Identity(String, IList<String>)

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

Identity()

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

public Identity ();
Public Sub New ()

適用対象

Identity(String, IList<String>)

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

public Identity (string type, System.Collections.Generic.IList<string> identityIds);
new Microsoft.Azure.Management.DeploymentManager.Models.Identity : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DeploymentManager.Models.Identity
Public Sub New (type As String, identityIds As IList(Of String))

パラメーター

type
String

ID の種類。

identityIds
IList<String>

ID の一覧。

適用対象