RelayNameUnavailableReason Struct

Definition

Specifies the reason for the unavailability of the service.

public readonly struct RelayNameUnavailableReason : IEquatable<Azure.ResourceManager.Relay.Models.RelayNameUnavailableReason>
type RelayNameUnavailableReason = struct
Public Structure RelayNameUnavailableReason
Implements IEquatable(Of RelayNameUnavailableReason)
Inheritance
RelayNameUnavailableReason
Implements

Constructors

Name Description
RelayNameUnavailableReason(String)

Initializes a new instance of RelayNameUnavailableReason.

Properties

Name Description
InvalidName

Gets the InvalidName.

NameInLockdown

Gets the NameInLockdown.

NameInUse

Gets the NameInUse.

None

Gets the None.

SubscriptionIsDisabled

Gets the SubscriptionIsDisabled.

TooManyNamespaceInCurrentSubscription

Gets the TooManyNamespaceInCurrentSubscription.

Methods

Name Description
Equals(RelayNameUnavailableReason)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RelayNameUnavailableReason, RelayNameUnavailableReason)

Determines if two RelayNameUnavailableReason values are the same.

Implicit(String to Nullable<RelayNameUnavailableReason>)
Implicit(String to RelayNameUnavailableReason)

Converts a string to a RelayNameUnavailableReason.

Inequality(RelayNameUnavailableReason, RelayNameUnavailableReason)

Determines if two RelayNameUnavailableReason values are not the same.

Applies to