Share via


CheckNameAvailabilityResult.Reason Property

Definition

Gets or sets the reason for unavailability of a Namespace. Possible values include: 'None', 'InvalidName', 'SubscriptionIsDisabled', 'NameInUse', 'NameInLockdown', 'TooManyNamespaceInCurrentSubscription'

[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public Microsoft.Azure.Management.EventHub.Models.UnavailableReason? Reason { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.Management.EventHub.Models.UnavailableReason> with get, set
Public Property Reason As Nullable(Of UnavailableReason)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to