AFDEndpointProperties interface
The JSON object that contains the properties required to create an endpoint.
- Extends
Properties
auto |
Indicates the endpoint name reuse scope. The default value is TenantReuse. |
host |
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
deployment |
NOTE: This property will not be serialized. It can only be populated by the server. |
enabled |
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' |
profile |
The name of the profile which holds the endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
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