次の方法で共有


HealthErrorCustomerResolvability Struct

Definition

Value indicating whether the health error is customer resolvable.

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

Fields

Allowed
NotAllowed

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(HealthErrorCustomerResolvability)

Compares values of enum type HealthErrorCustomerResolvability

Equals(Object)

Compares values of enum type HealthErrorCustomerResolvability (override for Object)

GetHashCode()

Returns hashCode for enum HealthErrorCustomerResolvability

ToString()

Returns string representation for HealthErrorCustomerResolvability

Operators

Equality(HealthErrorCustomerResolvability, HealthErrorCustomerResolvability)

Overriding == operator for enum HealthErrorCustomerResolvability

Implicit(HealthErrorCustomerResolvability to String)

Implicit operator to convert HealthErrorCustomerResolvability to string

Implicit(String to HealthErrorCustomerResolvability)

Implicit operator to convert string to HealthErrorCustomerResolvability

Inequality(HealthErrorCustomerResolvability, HealthErrorCustomerResolvability)

Overriding != operator for enum HealthErrorCustomerResolvability

Applies to