你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageSku Struct

Definition

Sku of the storage associated with the resource

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

Fields

Basic
Standard

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