你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AFDDomain 构造函数

定义

重载

AFDDomain()

初始化 AFDDomain 类的新实例。

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

初始化 AFDDomain 类的新实例。

AFDDomain()

初始化 AFDDomain 类的新实例。

public AFDDomain ();
Public Sub New ()

适用于

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

初始化 AFDDomain 类的新实例。

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)

参数

hostName
String

域的主机名。 必须是域名。

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

systemData
SystemData
tlsSettings
AFDDomainHttpsParameters

指定如何为域启用 HTTPS 的配置 - 使用 AzureFrontDoor 托管证书或用户自己的证书。 如果未指定,则默认情况下启用 ssl 将使用 AzureFrontDoor 托管证书。

azureDnsZone
ResourceReference

对 Azure DNS 区域的资源引用

provisioningState
String

预配状态。 可能的值包括:“Succeeded”、“Failed”、“Updating”、“Deleting”、“Creating”

deploymentStatus
String

可能的值包括:“NotStarted”、“InProgress”、“Succeeded”、“Failed”

domainValidationState
String

预配子状态显示逐步启用/禁用自定义 HTTPS 过程的进度。 DCV 代表 DomainControlValidation。 可能的值包括:“Unknown”、“Submitting”、“Pending”、“TimedOut”、“PendingRevalidation”、“Approved”

validationProperties
DomainValidationProperties

客户验证域所有权所需的值

适用于