CheckNameAvailabilityResult.Reason Property

Definition

Gets the reason that a Storage Sync Service name could not be used. The Reason element is only returned if NameAvailable is false. Possible values include: 'Invalid', 'AlreadyExists'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to