ProtectedItemActiveLocation 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 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 |