Condividi tramite


StorageSettingStoreTypes Struct

Definition

Gets or sets the type of the datastore.

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

Fields

ArchiveStore
OperationalStore
VaultStore

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

Equals(StorageSettingStoreTypes)

Compares values of enum type StorageSettingStoreTypes

GetHashCode()

Returns hashCode for enum StorageSettingStoreTypes

ToString()

Returns string representation for StorageSettingStoreTypes

Operators

Equality(StorageSettingStoreTypes, StorageSettingStoreTypes)

Overriding == operator for enum StorageSettingStoreTypes

Implicit(StorageSettingStoreTypes to String)

Implicit operator to convert StorageSettingStoreTypes to string

Implicit(String to StorageSettingStoreTypes)

Implicit operator to convert string to StorageSettingStoreTypes

Inequality(StorageSettingStoreTypes, StorageSettingStoreTypes)

Overriding != operator for enum StorageSettingStoreTypes

Applies to