IAfdEndpointProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdEndpointPropertiesTypeConverter))]
public interface IAfdEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdEndpointPropertiesUpdateParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdEndpointPropertiesTypeConverter))>]
type IAfdEndpointProperties = interface
interface IJsonSerializable
interface IAfdEndpointPropertiesUpdateParameters
interface IAfdStateProperties
Public Interface IAfdEndpointProperties
Implements IAfdEndpointPropertiesUpdateParameters, IAfdStateProperties
- Derived
- Attributes
- Implements
Properties
AutoGeneratedDomainNameLabelScope |
Indicates the endpoint name reuse scope. The default value is TenantReuse. |
DeploymentStatus | (Inherited from IAfdStateProperties) |
EnabledState |
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' (Inherited from IAfdEndpointPropertiesUpdateParameters) |
HostName |
The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net |
ProfileName |
The name of the profile which holds the endpoint. (Inherited from IAfdEndpointPropertiesUpdateParameters) |
ProvisioningState |
Provisioning status (Inherited from IAfdStateProperties) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |