Share via


ProtectedItemActiveLocation Struct

Definition

Gets or sets the location of the protected item.

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

Fields

Primary
Recovery

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

Equals(ProtectedItemActiveLocation)

Compares values of enum type ProtectedItemActiveLocation

GetHashCode()

Returns hashCode for enum ProtectedItemActiveLocation

ToString()

Returns string representation for ProtectedItemActiveLocation

Operators

Equality(ProtectedItemActiveLocation, ProtectedItemActiveLocation)

Overriding == operator for enum ProtectedItemActiveLocation

Implicit(ProtectedItemActiveLocation to String)

Implicit operator to convert ProtectedItemActiveLocation to string

Implicit(String to ProtectedItemActiveLocation)

Implicit operator to convert string to ProtectedItemActiveLocation

Inequality(ProtectedItemActiveLocation, ProtectedItemActiveLocation)

Overriding != operator for enum ProtectedItemActiveLocation

Applies to