Share via


ApiManagementUserState Struct

Definition

Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.

public readonly struct ApiManagementUserState : IEquatable<Azure.ResourceManager.ApiManagement.Models.ApiManagementUserState>
type ApiManagementUserState = struct
Public Structure ApiManagementUserState
Implements IEquatable(Of ApiManagementUserState)
Inheritance
ApiManagementUserState
Implements

Constructors

ApiManagementUserState(String)

Initializes a new instance of ApiManagementUserState.

Properties

Active

User state is active.

Blocked

User is blocked. Blocked users cannot authenticate at developer portal or call API.

Deleted

User account is closed. All identities and related entities are removed.

Pending

User account is pending. Requires identity confirmation before it can be made active.

Methods

Equals(ApiManagementUserState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ApiManagementUserState, ApiManagementUserState)

Determines if two ApiManagementUserState values are the same.

Implicit(String to ApiManagementUserState)

Converts a string to a ApiManagementUserState.

Inequality(ApiManagementUserState, ApiManagementUserState)

Determines if two ApiManagementUserState values are not the same.

Applies to