Condividi tramite


UnavailableReason Struct

Definition

Specifies the reason for the unavailability of the service.

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

Fields

InvalidName
NameInLockdown
NameInUse
None
SubscriptionIsDisabled
TooManyNamespaceInCurrentSubscription

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 UnavailableReason (override for Object)

Equals(UnavailableReason)

Compares values of enum type UnavailableReason

GetHashCode()

Returns hashCode for enum UnavailableReason

ToString()

Returns string representation for UnavailableReason

Operators

Equality(UnavailableReason, UnavailableReason)

Overriding == operator for enum UnavailableReason

Implicit(String to UnavailableReason)

Implicit operator to convert string to UnavailableReason

Implicit(UnavailableReason to String)

Implicit operator to convert UnavailableReason to string

Inequality(UnavailableReason, UnavailableReason)

Overriding != operator for enum UnavailableReason

Applies to