AFDEndpointProperties interface

The JSON object that contains the properties required to create an endpoint.

Extends

Properties

autoGeneratedDomainNameLabelScope

Indicates the endpoint name reuse scope. The default value is TenantReuse.

hostName

The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

deploymentStatus

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

enabledState

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'

profileName

The name of the profile which holds the endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

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

Property Details

autoGeneratedDomainNameLabelScope

Indicates the endpoint name reuse scope. The default value is TenantReuse.

autoGeneratedDomainNameLabelScope?: string

Property Value

string

hostName

The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net NOTE: This property will not be serialized. It can only be populated by the server.

hostName?: string

Property Value

string

Inherited Property Details

deploymentStatus

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

deploymentStatus?: string

Property Value

string

Inherited From AFDStateProperties.deploymentStatus

enabledState

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'

enabledState?: string

Property Value

string

Inherited From AFDEndpointPropertiesUpdateParameters.enabledState

profileName

The name of the profile which holds the endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

profileName?: string

Property Value

string

Inherited From AFDEndpointPropertiesUpdateParameters.profileName

provisioningState

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

provisioningState?: string

Property Value

string

Inherited From AFDStateProperties.provisioningState