UserEntityBaseParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 のコレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET