CustomDomainsOperationsExtensions.BeginCreateAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在端點內建立新的自訂網域。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainInner> BeginCreateAsync (this Microsoft.Azure.Management.Cdn.Fluent.ICustomDomainsOperations operations, string resourceGroupName, string profileName, string endpointName, string customDomainName, string hostName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.Cdn.Fluent.ICustomDomainsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainInner>
<Extension()>
Public Function BeginCreateAsync (operations As ICustomDomainsOperations, resourceGroupName As String, profileName As String, endpointName As String, customDomainName As String, hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CustomDomainInner)
參數
- operations
- ICustomDomainsOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 訂用帳戶內的資源組名。
- profileName
- String
資源群組內唯一的 CDN 設定檔名稱。
- endpointName
- String
設定檔下唯一的端點名稱。
- customDomainName
- String
端點內自訂網域的名稱。
- hostName
- String
自訂網域的主機名稱。 必須是網域名稱。
- cancellationToken
- CancellationToken
取消語彙基元。