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

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