你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DisableProtectionReason Struct

Definition

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

Applies to