Dela via


UnavailableReason Struct

Definition

[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)
Equals(Object)
Equals(UnavailableReason)
GetHashCode()
ToString()

Operators

Equality(UnavailableReason, UnavailableReason)
Implicit(String to UnavailableReason)
Implicit(UnavailableReason to String)
Inequality(UnavailableReason, UnavailableReason)

Applies to