ApiManagementServiceNameAvailabilityResult.Reason Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit non valide indique que le nom fourni ne correspond pas aux exigences de nommage du fournisseur de ressources (longueur incorrecte, caractères non pris en charge, etc.) AlreadyExists indique que le nom est déjà utilisé et n’est donc pas disponible. Les valeurs possibles sont les suivantes : « 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)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET