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

RestoreSourceDataStoreType Struct

Definition

Gets or sets the type of the source data store.

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

Fields

Name Description
ArchiveStore
OperationalStore
VaultStore

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type RestoreSourceDataStoreType (override for Object)

Equals(RestoreSourceDataStoreType)

Compares values of enum type RestoreSourceDataStoreType

GetHashCode()

Returns hashCode for enum RestoreSourceDataStoreType

ToString()

Returns string representation for RestoreSourceDataStoreType

Operators

Name Description
Equality(RestoreSourceDataStoreType, RestoreSourceDataStoreType)

Overriding == operator for enum RestoreSourceDataStoreType

Implicit(RestoreSourceDataStoreType to String)

Implicit operator to convert RestoreSourceDataStoreType to string

Implicit(String to RestoreSourceDataStoreType)

Implicit operator to convert string to RestoreSourceDataStoreType

Inequality(RestoreSourceDataStoreType, RestoreSourceDataStoreType)

Overriding != operator for enum RestoreSourceDataStoreType

Applies to