Share via


AccountStatus Struct

Definition

Gets the status indicating whether the primary location of the storage account is available or unavailable.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatusTypeConverter))]
public struct AccountStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccountStatusTypeConverter))>]
type AccountStatus = struct
    interface IArgumentCompleter
Public Structure AccountStatus
Implements IArgumentCompleter, IEquatable(Of AccountStatus)
Inheritance
AccountStatus
Attributes
Implements

Fields

Available
Unavailable

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AccountStatus)

Compares values of enum type AccountStatus

Equals(Object)

Compares values of enum type AccountStatus (override for Object)

GetHashCode()

Returns hashCode for enum AccountStatus

ToString()

Returns string representation for AccountStatus

Operators

Equality(AccountStatus, AccountStatus)

Overriding == operator for enum AccountStatus

Implicit(AccountStatus to String)

Implicit operator to convert AccountStatus to string

Implicit(String to AccountStatus)

Implicit operator to convert string to AccountStatus

Inequality(AccountStatus, AccountStatus)

Overriding != operator for enum AccountStatus

Applies to