Compartir a través de


CheckNameAvailabilityResponse.Reason Propiedad

Definición

Obtiene o establece el motivo por el que el nombre especificado no está disponible. Entre los valores posibles se incluyen: 'Invalid', 'AlreadyExists'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a