ApiManagementServiceNameAvailabilityResult.Message Property

Definition

Gets if reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that <resourceName> is already in use, and direct them to select a different name.

[Newtonsoft.Json.JsonProperty(PropertyName="message")]
public string Message { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="message")>]
member this.Message : string
Public ReadOnly Property Message As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to