Freigeben über


CheckNameAvailabilityResult.Reason Eigenschaft

Definition

Ruft den Grund ab, warum ein Batch-Kontoname nicht verwendet werden konnte. Das Reason-Element wird nur zurückgegeben, wenn NameAvailable den Wert false aufweist. Mögliche Werte: "Invalid", "AlreadyExists"

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: