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

AFDCustomDomainsOperationsExtensions.BeginUpdateAsync 方法

定义

汇报配置文件中的现有域。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.AFDDomain> BeginUpdateAsync (this Microsoft.Azure.Management.Cdn.IAFDCustomDomainsOperations operations, string resourceGroupName, string profileName, string customDomainName, Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters tlsSettings = default, Microsoft.Azure.Management.Cdn.Models.ResourceReference azureDnsZone = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Cdn.IAFDCustomDomainsOperations * string * string * string * Microsoft.Azure.Management.Cdn.Models.AFDDomainHttpsParameters * Microsoft.Azure.Management.Cdn.Models.ResourceReference * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.AFDDomain>
<Extension()>
Public Function BeginUpdateAsync (operations As IAFDCustomDomainsOperations, resourceGroupName As String, profileName As String, customDomainName As String, Optional tlsSettings As AFDDomainHttpsParameters = Nothing, Optional azureDnsZone As ResourceReference = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AFDDomain)

参数

operations
IAFDCustomDomainsOperations

此扩展方法的操作组。

resourceGroupName
String

Azure 订阅中资源组的名称。

profileName
String

资源组中唯一的 CDN 配置文件的名称。

customDomainName
String

配置文件下全局唯一的域的名称

tlsSettings
AFDDomainHttpsParameters

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

azureDnsZone
ResourceReference

对 Azure DNS 区域的资源引用

cancellationToken
CancellationToken

取消标记。

返回

适用于