次の方法で共有


UserEntityBaseParameters コンストラクター

定義

オーバーロード

UserEntityBaseParameters()

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

UserEntityBaseParameters(String, String, IList<UserIdentityContract>)

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

UserEntityBaseParameters()

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

public UserEntityBaseParameters ();
Public Sub New ()

適用対象

UserEntityBaseParameters(String, String, IList<UserIdentityContract>)

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

public UserEntityBaseParameters (string state = default, string note = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> identities = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserEntityBaseParameters : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> -> Microsoft.Azure.Management.ApiManagement.Models.UserEntityBaseParameters
Public Sub New (Optional state As String = Nothing, Optional note As String = Nothing, Optional identities As IList(Of UserIdentityContract) = Nothing)

パラメーター

state
String

アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされているユーザーは、開発者ポータルにサインインしたり、サブスクライブしている製品の API を呼び出したりできません。 既定の状態は [アクティブ] です。 使用可能な値は、'active'、'blocked'、'pending'、'deleted' です。

note
String

管理者によって設定されたユーザーに関するオプションのメモ。

identities
IList<UserIdentityContract>

ユーザー ID のコレクション。

適用対象