Share via


AzureStorageType Struct

Definition

Type of storage.

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

Fields

AzureBlob
AzureFiles

Methods

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

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

Equals(AzureStorageType)

Compares values of enum type AzureStorageType

Equals(Object)

Compares values of enum type AzureStorageType (override for Object)

GetHashCode()

Returns hashCode for enum AzureStorageType

ToString()

Returns string representation for AzureStorageType

Operators

Equality(AzureStorageType, AzureStorageType)

Overriding == operator for enum AzureStorageType

Implicit(AzureStorageType to String)

Implicit operator to convert AzureStorageType to string

Implicit(String to AzureStorageType)

Implicit operator to convert string to AzureStorageType

Inequality(AzureStorageType, AzureStorageType)

Overriding != operator for enum AzureStorageType

Applies to