次の方法で共有


AzureStorageState Struct

Definition

State of the storage account.

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

Fields

InvalidCredentials
InvalidShare
NotValidated
Ok

Methods

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

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

Equals(AzureStorageState)

Compares values of enum type AzureStorageState

Equals(Object)

Compares values of enum type AzureStorageState (override for Object)

GetHashCode()

Returns hashCode for enum AzureStorageState

ToString()

Returns string representation for AzureStorageState

Operators

Equality(AzureStorageState, AzureStorageState)

Overriding == operator for enum AzureStorageState

Implicit(AzureStorageState to String)

Implicit operator to convert AzureStorageState to string

Implicit(String to AzureStorageState)

Implicit operator to convert string to AzureStorageState

Inequality(AzureStorageState, AzureStorageState)

Overriding != operator for enum AzureStorageState

Applies to