IResponseMessageEnvelopeRemotePrivateEndpointConnection.Detail Property

Definition

Error Details.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Error Details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IErrorEntity) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IErrorEntity> Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Error Details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IErrorEntity) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)>]
member this.Detail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IErrorEntity> with get, set
Public Property Detail As List(Of IErrorEntity)

Property Value

Attributes

Applies to