UnavailableReason Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the reason for the unavailability of the service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReasonTypeConverter))]
public struct UnavailableReason : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.UnavailableReason>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.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 |