Share via


SourceDataStoreType Struct

Definition

Gets or sets the type of the source data store.

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

Fields

ArchiveStore
OperationalStore
SnapshotStore
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 SourceDataStoreType (override for Object)

Equals(SourceDataStoreType)

Compares values of enum type SourceDataStoreType

GetHashCode()

Returns hashCode for enum SourceDataStoreType

ToString()

Returns string representation for SourceDataStoreType

Operators

Equality(SourceDataStoreType, SourceDataStoreType)

Overriding == operator for enum SourceDataStoreType

Implicit(SourceDataStoreType to String)

Implicit operator to convert SourceDataStoreType to string

Implicit(String to SourceDataStoreType)

Implicit operator to convert string to SourceDataStoreType

Inequality(SourceDataStoreType, SourceDataStoreType)

Overriding != operator for enum SourceDataStoreType

Applies to