ProtectionState 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 protection state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionStateTypeConverter))]
public struct ProtectionState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.ProtectionStateTypeConverter))>]
type ProtectionState = struct
interface IArgumentCompleter
Public Structure ProtectionState
Implements IArgumentCompleter, IEquatable(Of ProtectionState)
- Inheritance
-
ProtectionState
- Attributes
- Implements
Fields
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 ProtectionState (override for Object) |
Equals(ProtectionState) |
Compares values of enum type ProtectionState |
GetHashCode() |
Returns hashCode for enum ProtectionState |
ToString() |
Returns string representation for ProtectionState |
Operators
Equality(ProtectionState, ProtectionState) |
Overriding == operator for enum ProtectionState |
Implicit(ProtectionState to String) |
Implicit operator to convert ProtectionState to string |
Implicit(String to ProtectionState) |
Implicit operator to convert string to ProtectionState |
Inequality(ProtectionState, ProtectionState) |
Overriding != operator for enum ProtectionState |