VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::localaccounts::UserTypes::UserAccountStatus Class Reference

User.UserAccountStatus enumerated type Defines status of user accounts More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  disabled,
  enabled
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static UserAccountStatus[] GetValues ()
static UserAccountStatus ValueOf (string name)

Static Public Attributes

static readonly UserAccountStatus disabled = new UserAccountStatus("disabled", Values.disabled)
 The user account is disabled.
static readonly UserAccountStatus enabled = new UserAccountStatus("enabled", Values.enabled)
 The user account is enabled.

Detailed Description

User.UserAccountStatus enumerated type Defines status of user accounts


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

disabled 

The user account is disabled.

enabled 

The user account is enabled.


Member Function Documentation

Values vmware::appliance::techpreview::localaccounts::UserTypes::UserAccountStatus::GetEnumValue ( ) [inline]
static UserAccountStatus [] vmware::appliance::techpreview::localaccounts::UserTypes::UserAccountStatus::GetValues ( ) [inline, static]
bool vmware::appliance::techpreview::localaccounts::UserTypes::UserAccountStatus::IsUnknown ( ) [inline]
static UserAccountStatus vmware::appliance::techpreview::localaccounts::UserTypes::UserAccountStatus::ValueOf ( string  name) [inline, static]

Member Data Documentation

The user account is disabled.

The user account is enabled.


The documentation for this class was generated from the following file: