RestoreSourceDataStoreType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 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
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 |