ICustomHostnameAnalysisResult.CustomDomainVerificationFailureInfoInnerError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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