IAfdDomainProperties 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.AfdDomainPropertiesTypeConverter))]
public interface IAfdDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdDomainUpdatePropertiesParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdDomainPropertiesTypeConverter))>]
type IAfdDomainProperties = interface
interface IJsonSerializable
interface IAfdDomainUpdatePropertiesParameters
interface IAfdStateProperties
Public Interface IAfdDomainProperties
Implements IAfdDomainUpdatePropertiesParameters, IAfdStateProperties
- Derived
- Attributes
- Implements
Properties
AzureDnsZoneId |
Resource ID. (Inherited from IAfdDomainUpdatePropertiesParameters) |
DeploymentStatus | (Inherited from IAfdStateProperties) |
DomainValidationState |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. |
ExtendedProperty |
Key-Value pair representing migration properties for domains. |
HostName |
The host name of the domain. Must be a domain name. |
PreValidatedCustomDomainResourceId |
Resource ID. (Inherited from IAfdDomainUpdatePropertiesParameters) |
ProfileName |
The name of the profile which holds the domain. (Inherited from IAfdDomainUpdatePropertiesParameters) |
ProvisioningState |
Provisioning status (Inherited from IAfdStateProperties) |
TlsSetting |
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. (Inherited from IAfdDomainUpdatePropertiesParameters) |
ValidationPropertyExpirationDate |
The date time that the token expires |
ValidationPropertyValidationToken |
Challenge used for DNS TXT record or file based validation |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |