UserContract コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UserContract() |
UserContract クラスの新しいインスタンスを初期化します。 |
UserContract(String, String, String, String, String, IList<UserIdentityContract>, String, String, String, Nullable<DateTime>, IList<GroupContractProperties>) |
UserContract クラスの新しいインスタンスを初期化します。 |
UserContract()
UserContract クラスの新しいインスタンスを初期化します。
public UserContract ();
Public Sub New ()
適用対象
UserContract(String, String, String, String, String, IList<UserIdentityContract>, String, String, String, Nullable<DateTime>, IList<GroupContractProperties>)
UserContract クラスの新しいインスタンスを初期化します。
public UserContract (string id = default, string name = default, string type = default, string state = default, string note = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> identities = default, string firstName = default, string lastName = default, string email = default, DateTime? registrationDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.GroupContractProperties> groups = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserContract : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.UserIdentityContract> * string * string * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.GroupContractProperties> -> Microsoft.Azure.Management.ApiManagement.Models.UserContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional note As String = Nothing, Optional identities As IList(Of UserIdentityContract) = Nothing, Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional email As String = Nothing, Optional registrationDate As Nullable(Of DateTime) = Nothing, Optional groups As IList(Of GroupContractProperties) = Nothing)
パラメーター
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- state
- String
アカウントの状態。 ユーザーがアクティブかどうかを指定します。 ブロックされているユーザーは、開発者ポータルにサインインしたり、サブスクライブしている製品の API を呼び出したりできません。 既定の状態は [アクティブ] です。 使用可能な値は、'active'、'blocked'、'pending'、'deleted' です。
- note
- String
管理者によって設定されたユーザーに関するオプションのメモ。
- identities
- IList<UserIdentityContract>
ユーザー ID のコレクション。
- firstName
- String
名。
- lastName
- String
姓。
- String
電子メール アドレス。
ユーザー登録の日付。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ
に準拠しています。
- groups
- IList<GroupContractProperties>
ユーザーが参加しているグループのコレクション。
適用対象
Azure SDK for .NET