Share via


ICloudError.Detail Property

Definition

The Api error details

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The Api error details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.IApiErrorBase) }, ReadOnly=false, Required=false, SerializedName="details")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.IApiErrorBase[] Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The Api error details", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.IApiErrorBase) }, ReadOnly=false, Required=false, SerializedName="details")>]
member this.Detail : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.IApiErrorBase[] with get, set
Public Property Detail As IApiErrorBase()

Property Value

Attributes

Applies to