次の方法で共有


ApiManagementGroupUserData.State プロパティ

定義

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

public Azure.ResourceManager.ApiManagement.Models.ApiManagementUserState? State { get; set; }
member this.State : Nullable<Azure.ResourceManager.ApiManagement.Models.ApiManagementUserState> with get, set
Public Property State As Nullable(Of ApiManagementUserState)

プロパティ値

適用対象