Delen via


IAFDCustomDomainsOperations Interface

Definition

AFDCustomDomainsOperations operations.

public interface IAFDCustomDomainsOperations
type IAFDCustomDomainsOperations = interface
Public Interface IAFDCustomDomainsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, AFDDomain, Dictionary<String,List<String>>, CancellationToken)

Creates a new domain within the specified profile.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

BeginRefreshValidationTokenWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the domain validation token.

BeginUpdateWithHttpMessagesAsync(String, String, String, AFDDomainHttpsParameters, ResourceReference, Dictionary<String,List<String>>, CancellationToken)

Updates an existing domain within a profile.

CreateWithHttpMessagesAsync(String, String, String, AFDDomain, Dictionary<String,List<String>>, CancellationToken)

Creates a new domain within the specified profile.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

ListByProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists existing AzureFrontDoor domains.

ListByProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists existing AzureFrontDoor domains.

RefreshValidationTokenWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the domain validation token.

UpdateWithHttpMessagesAsync(String, String, String, AFDDomainHttpsParameters, ResourceReference, Dictionary<String,List<String>>, CancellationToken)

Updates an existing domain within a profile.

Extension Methods

BeginCreate(IAFDCustomDomainsOperations, String, String, String, AFDDomain)

Creates a new domain within the specified profile.

BeginCreateAsync(IAFDCustomDomainsOperations, String, String, String, AFDDomain, CancellationToken)

Creates a new domain within the specified profile.

BeginDelete(IAFDCustomDomainsOperations, String, String, String)

Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

BeginDeleteAsync(IAFDCustomDomainsOperations, String, String, String, CancellationToken)

Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

BeginRefreshValidationToken(IAFDCustomDomainsOperations, String, String, String)

Updates the domain validation token.

BeginRefreshValidationTokenAsync(IAFDCustomDomainsOperations, String, String, String, CancellationToken)

Updates the domain validation token.

BeginUpdate(IAFDCustomDomainsOperations, String, String, String, AFDDomainHttpsParameters, ResourceReference)

Updates an existing domain within a profile.

BeginUpdateAsync(IAFDCustomDomainsOperations, String, String, String, AFDDomainHttpsParameters, ResourceReference, CancellationToken)

Updates an existing domain within a profile.

Create(IAFDCustomDomainsOperations, String, String, String, AFDDomain)

Creates a new domain within the specified profile.

CreateAsync(IAFDCustomDomainsOperations, String, String, String, AFDDomain, CancellationToken)

Creates a new domain within the specified profile.

Delete(IAFDCustomDomainsOperations, String, String, String)

Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

DeleteAsync(IAFDCustomDomainsOperations, String, String, String, CancellationToken)

Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

Get(IAFDCustomDomainsOperations, String, String, String)

Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

GetAsync(IAFDCustomDomainsOperations, String, String, String, CancellationToken)

Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.

ListByProfile(IAFDCustomDomainsOperations, String, String)

Lists existing AzureFrontDoor domains.

ListByProfileAsync(IAFDCustomDomainsOperations, String, String, CancellationToken)

Lists existing AzureFrontDoor domains.

ListByProfileNext(IAFDCustomDomainsOperations, String)

Lists existing AzureFrontDoor domains.

ListByProfileNextAsync(IAFDCustomDomainsOperations, String, CancellationToken)

Lists existing AzureFrontDoor domains.

RefreshValidationToken(IAFDCustomDomainsOperations, String, String, String)

Updates the domain validation token.

RefreshValidationTokenAsync(IAFDCustomDomainsOperations, String, String, String, CancellationToken)

Updates the domain validation token.

Update(IAFDCustomDomainsOperations, String, String, String, AFDDomainHttpsParameters, ResourceReference)

Updates an existing domain within a profile.

UpdateAsync(IAFDCustomDomainsOperations, String, String, String, AFDDomainHttpsParameters, ResourceReference, CancellationToken)

Updates an existing domain within a profile.

Applies to