AFDEndpointProperties interface
The JSON object that contains the properties required to create an endpoint.
Properties
| auto |
Indicates the endpoint name reuse scope. The default value is TenantReuse. |
| deployment |
|
| enabled |
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' |
| host |
The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net |
| profile |
The name of the profile which holds the endpoint. |
| provisioning |
Provisioning status |
Property Details
autoGeneratedDomainNameLabelScope
Indicates the endpoint name reuse scope. The default value is TenantReuse.
autoGeneratedDomainNameLabelScope?: string
Property Value
string
deploymentStatus
deploymentStatus?: string
Property Value
string
enabledState
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
enabledState?: string
Property Value
string
hostName
The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net
hostName?: string
Property Value
string
profileName
The name of the profile which holds the endpoint.
profileName?: string
Property Value
string
provisioningState
Provisioning status
provisioningState?: string
Property Value
string