ICustomHostnameAnalysisResultProperties.CustomDomainVerificationFailureInfoInnerError Property

Definition

Inner errors.

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

Property Value

Attributes

Applies to