Condividi tramite


RestoreTargetLocationType Struct

Definition

Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}

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

Fields

AzureBlobs
AzureFiles
Invalid

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

Equals(RestoreTargetLocationType)

Compares values of enum type RestoreTargetLocationType

GetHashCode()

Returns hashCode for enum RestoreTargetLocationType

ToString()

Returns string representation for RestoreTargetLocationType

Operators

Equality(RestoreTargetLocationType, RestoreTargetLocationType)

Overriding == operator for enum RestoreTargetLocationType

Implicit(RestoreTargetLocationType to String)

Implicit operator to convert RestoreTargetLocationType to string

Implicit(String to RestoreTargetLocationType)

Implicit operator to convert string to RestoreTargetLocationType

Inequality(RestoreTargetLocationType, RestoreTargetLocationType)

Overriding != operator for enum RestoreTargetLocationType

Applies to