Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomHostnameAnalysisResult

Package version

Custom domain analysis.

Hierarchy

Index

Properties

Optional aRecords

aRecords: string[]

A records controller can see for this hostname.

Optional alternateCNameRecords

alternateCNameRecords: string[]

Alternate CName records controller can see for this hostname.

Optional alternateTxtRecords

alternateTxtRecords: string[]

Alternate TXT records controller can see for this hostname.

Optional cNameRecords

cNameRecords: string[]

CName records controller can see for this hostname.

Optional conflictingAppResourceId

conflictingAppResourceId: undefined | string

Name of the conflicting app on scale unit if it's within the same subscription. NOTE: This property will not be serialized. It can only be populated by the server.

Optional customDomainVerificationFailureInfo

customDomainVerificationFailureInfo: ErrorEntity

Raw failure information if DNS verification fails. NOTE: This property will not be serialized. It can only be populated by the server.

Optional customDomainVerificationTest

customDomainVerificationTest: DnsVerificationTestResult

DNS verification test result. Possible values include: 'Passed', 'Failed', 'Skipped' NOTE: This property will not be serialized. It can only be populated by the server.

Optional hasConflictAcrossSubscription

hasConflictAcrossSubscription: undefined | false | true

true if there is a conflict across subscriptions; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

Optional hasConflictOnScaleUnit

hasConflictOnScaleUnit: undefined | false | true

true if there is a conflict on a scale unit; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isHostnameAlreadyVerified

isHostnameAlreadyVerified: undefined | false | true

true if hostname is already verified; otherwise, false. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional txtRecords

txtRecords: string[]

TXT records controller can see for this hostname.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc