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

RelayNameUnavailableReason(String)

Initializes a new instance of RelayNameUnavailableReason.

Properties

InvalidName

InvalidName.

NameInLockdown

NameInLockdown.

NameInUse

NameInUse.

None

None.

SubscriptionIsDisabled

SubscriptionIsDisabled.

TooManyNamespaceInCurrentSubscription

TooManyNamespaceInCurrentSubscription.

Methods

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

Equality(RelayNameUnavailableReason, RelayNameUnavailableReason)

Determines if two RelayNameUnavailableReason values are the same.

Implicit(String to RelayNameUnavailableReason)

Converts a string to a RelayNameUnavailableReason.

Inequality(RelayNameUnavailableReason, RelayNameUnavailableReason)

Determines if two RelayNameUnavailableReason values are not the same.

Applies to