ApiManagementServiceNameAvailabilityResult.Reason Property

Definition

Gets or sets invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable. Possible values include: 'Valid', 'Invalid', 'AlreadyExists'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to