IError.Detail Property

Definition

A detailed description of the error.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="A detailed description of the error.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="detail", Update=true)]
public string Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="A detailed description of the error.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="detail", Update=true)>]
member this.Detail : string with get, set
Public Property Detail As String

Property Value

Attributes

Applies to