Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HostNameBinding

Package version

A hostname binding object.

Hierarchy

Index

Properties

Optional azureResourceName

azureResourceName: undefined | string

Azure resource name.

Optional azureResourceType

azureResourceType: AzureResourceType

Azure resource type. Possible values include: 'Website', 'TrafficManager'

Optional customHostNameDnsRecordType

customHostNameDnsRecordType: CustomHostNameDnsRecordType

Custom DNS record type. Possible values include: 'CName', 'A'

Optional domainId

domainId: undefined | string

Fully qualified ARM domain resource URI.

Optional hostNameType

hostNameType: HostNameType

Hostname type. Possible values include: 'Verified', 'Managed'

Optional id

id: undefined | string

Resource Id. 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 siteName

siteName: undefined | string

App Service app name.

Optional sslState

sslState: SslState

SSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'

Optional thumbprint

thumbprint: undefined | string

SSL certificate thumbprint

Optional type

type: undefined | string

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

Optional virtualIP

virtualIP: undefined | string

Virtual IP address assigned to the hostname if IP based SSL is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc