RegistryNameStatusInner.Message Property

Definition

Gets or sets if any, the error message that provides more detail for the reason that the name is not available.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to