AzureStorageState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of the storage account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageStateTypeConverter))]
public struct AzureStorageState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.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 |