Aracılığıyla paylaş


AFDDomain Constructors

Definition

Overloads

AFDDomain()

Initializes a new instance of the AFDDomain class.

AFDDomain(String, String, String, String, SystemData, AFDDomainHttpsParameters, ResourceReference, String, String, String, DomainValidationProperties)

Initializes a new instance of the AFDDomain class.

AFDDomain()

Initializes a new instance of the AFDDomain class.

public AFDDomain ();
Public Sub New ()

Applies to

AFDDomain(String, String, String, String, SystemData, AFDDomainHttpsParameters, ResourceReference, String, String, String, DomainValidationProperties)

Initializes a new instance of the AFDDomain class.

public AFDDomain (string hostName, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters tlsSettings = default, Microsoft.Azure.Management.Cdn.Models.ResourceReference azureDnsZone = default, string provisioningState = default, string deploymentStatus = default, string domainValidationState = default, Microsoft.Azure.Management.Cdn.Models.DomainValidationProperties validationProperties = default);
new Microsoft.Azure.Management.Cdn.Models.AFDDomain : string * string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters * Microsoft.Azure.Management.Cdn.Models.ResourceReference * string * string * string * Microsoft.Azure.Management.Cdn.Models.DomainValidationProperties -> Microsoft.Azure.Management.Cdn.Models.AFDDomain
Public Sub New (hostName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tlsSettings As AFDDomainHttpsParameters = Nothing, Optional azureDnsZone As ResourceReference = Nothing, Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing, Optional domainValidationState As String = Nothing, Optional validationProperties As DomainValidationProperties = Nothing)

Parameters

hostName
String

The host name of the domain. Must be a domain name.

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

systemData
SystemData
tlsSettings
AFDDomainHttpsParameters

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.

azureDnsZone
ResourceReference

Resource reference to the Azure DNS zone

provisioningState
String

Provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'

deploymentStatus
String

Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'

domainValidationState
String

Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. Possible values include: 'Unknown', 'Submitting', 'Pending', 'TimedOut', 'PendingRevalidation', 'Approved'

validationProperties
DomainValidationProperties

Values the customer needs to validate domain ownership

Applies to