DisableProtectionReason 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.
Disable protection reason. It can have values NotSpecified/MigrationComplete.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReasonTypeConverter))]
public struct DisableProtectionReason : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReason>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DisableProtectionReasonTypeConverter))>]
type DisableProtectionReason = struct
interface IArgumentCompleter
Public Structure DisableProtectionReason
Implements IArgumentCompleter, IEquatable(Of DisableProtectionReason)
- Inheritance
-
DisableProtectionReason
- Attributes
- Implements
Fields
MigrationComplete | |
NotSpecified |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DisableProtectionReason) |
Compares values of enum type DisableProtectionReason |
Equals(Object) |
Compares values of enum type DisableProtectionReason (override for Object) |
GetHashCode() |
Returns hashCode for enum DisableProtectionReason |
ToString() |
Returns string representation for DisableProtectionReason |
Operators
Equality(DisableProtectionReason, DisableProtectionReason) |
Overriding == operator for enum DisableProtectionReason |
Implicit(DisableProtectionReason to String) |
Implicit operator to convert DisableProtectionReason to string |
Implicit(String to DisableProtectionReason) |
Implicit operator to convert string to DisableProtectionReason |
Inequality(DisableProtectionReason, DisableProtectionReason) |
Overriding != operator for enum DisableProtectionReason |