Share via


StorageSku Struct

Definition

Storage Sku

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

Fields

Performance

Performance Storage Sku

Standard

Standard Storage Sku

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 StorageSku (override for Object)

Equals(StorageSku)

Compares values of enum type StorageSku

GetHashCode()

Returns hashCode for enum StorageSku

ToString()

Returns string representation for StorageSku

Operators

Equality(StorageSku, StorageSku)

Overriding == operator for enum StorageSku

Implicit(StorageSku to String)

Implicit operator to convert StorageSku to string

Implicit(String to StorageSku)

Implicit operator to convert string to StorageSku

Inequality(StorageSku, StorageSku)

Overriding != operator for enum StorageSku

Applies to