Share via


StorageAccountType Struct

Definition

Specifies the storage account type to be used to store the image. This property is not updatable.

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

Fields

PremiumLrs
StandardLrs
StandardSsdLrs
StandardZrs

Methods

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

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

Equals(Object)

Compares values of enum type StorageAccountType (override for Object)

Equals(StorageAccountType)

Compares values of enum type StorageAccountType

GetHashCode()

Returns hashCode for enum StorageAccountType

ToString()

Returns string representation for StorageAccountType

Operators

Equality(StorageAccountType, StorageAccountType)

Overriding == operator for enum StorageAccountType

Implicit(StorageAccountType to String)

Implicit operator to convert StorageAccountType to string

Implicit(String to StorageAccountType)

Implicit operator to convert string to StorageAccountType

Inequality(StorageAccountType, StorageAccountType)

Overriding != operator for enum StorageAccountType

Applies to