Delen via


CustomDomainsOperationsExtensions.BeginCreateAsync Methode

Definitie

Hiermee maakt u een nieuw aangepast domein binnen een eindpunt.

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)

Parameters

operations
ICustomDomainsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van de resourcegroep binnen het Azure-abonnement.

profileName
String

Naam van het CDN-profiel dat uniek is binnen de resourcegroep.

endpointName
String

Naam van het eindpunt onder het profiel dat wereldwijd uniek is.

customDomainName
String

Naam van het aangepaste domein in een eindpunt.

hostName
String

De hostnaam van het aangepaste domein. Moet een domeinnaam zijn.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op