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

StorageSettingTypes Struct

Definition

Gets or sets the type.

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

Fields

GeoRedundant
LocallyRedundant
ZoneRedundant

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

Equals(StorageSettingTypes)

Compares values of enum type StorageSettingTypes

GetHashCode()

Returns hashCode for enum StorageSettingTypes

ToString()

Returns string representation for StorageSettingTypes

Operators

Equality(StorageSettingTypes, StorageSettingTypes)

Overriding == operator for enum StorageSettingTypes

Implicit(StorageSettingTypes to String)

Implicit operator to convert StorageSettingTypes to string

Implicit(String to StorageSettingTypes)

Implicit operator to convert string to StorageSettingTypes

Inequality(StorageSettingTypes, StorageSettingTypes)

Overriding != operator for enum StorageSettingTypes

Applies to