Delen via


IAFDEndpointsOperations Interface

Definition

AFDEndpointsOperations operations.

public interface IAFDEndpointsOperations
type IAFDEndpointsOperations = interface
Public Interface IAFDEndpointsOperations

Methods

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

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

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

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

BeginPurgeContentWithHttpMessagesAsync(String, String, String, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)

Removes a content from AzureFrontDoor.

BeginUpdateWithHttpMessagesAsync(String, String, String, AFDEndpointUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.

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

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

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

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

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

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

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

Lists existing AzureFrontDoor endpoints.

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

Lists existing AzureFrontDoor endpoints.

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

Checks the quota and actual usage of endpoints under the given CDN profile.

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

Checks the quota and actual usage of endpoints under the given CDN profile.

PurgeContentWithHttpMessagesAsync(String, String, String, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)

Removes a content from AzureFrontDoor.

UpdateWithHttpMessagesAsync(String, String, String, AFDEndpointUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.

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

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Extension Methods

BeginCreate(IAFDEndpointsOperations, String, String, String, AFDEndpoint)

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

BeginCreateAsync(IAFDEndpointsOperations, String, String, String, AFDEndpoint, CancellationToken)

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

BeginDelete(IAFDEndpointsOperations, String, String, String)

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

BeginDeleteAsync(IAFDEndpointsOperations, String, String, String, CancellationToken)

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

BeginPurgeContent(IAFDEndpointsOperations, String, String, String, IList<String>, IList<String>)

Removes a content from AzureFrontDoor.

BeginPurgeContentAsync(IAFDEndpointsOperations, String, String, String, IList<String>, IList<String>, CancellationToken)

Removes a content from AzureFrontDoor.

BeginUpdate(IAFDEndpointsOperations, String, String, String, AFDEndpointUpdateParameters)

Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.

BeginUpdateAsync(IAFDEndpointsOperations, String, String, String, AFDEndpointUpdateParameters, CancellationToken)

Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.

Create(IAFDEndpointsOperations, String, String, String, AFDEndpoint)

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

CreateAsync(IAFDEndpointsOperations, String, String, String, AFDEndpoint, CancellationToken)

Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

Delete(IAFDEndpointsOperations, String, String, String)

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

DeleteAsync(IAFDEndpointsOperations, String, String, String, CancellationToken)

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

Get(IAFDEndpointsOperations, String, String, String)

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

GetAsync(IAFDEndpointsOperations, String, String, String, CancellationToken)

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

ListByProfile(IAFDEndpointsOperations, String, String)

Lists existing AzureFrontDoor endpoints.

ListByProfileAsync(IAFDEndpointsOperations, String, String, CancellationToken)

Lists existing AzureFrontDoor endpoints.

ListByProfileNext(IAFDEndpointsOperations, String)

Lists existing AzureFrontDoor endpoints.

ListByProfileNextAsync(IAFDEndpointsOperations, String, CancellationToken)

Lists existing AzureFrontDoor endpoints.

ListResourceUsage(IAFDEndpointsOperations, String, String, String)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageAsync(IAFDEndpointsOperations, String, String, String, CancellationToken)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageNext(IAFDEndpointsOperations, String)

Checks the quota and actual usage of endpoints under the given CDN profile.

ListResourceUsageNextAsync(IAFDEndpointsOperations, String, CancellationToken)

Checks the quota and actual usage of endpoints under the given CDN profile.

PurgeContent(IAFDEndpointsOperations, String, String, String, IList<String>, IList<String>)

Removes a content from AzureFrontDoor.

PurgeContentAsync(IAFDEndpointsOperations, String, String, String, IList<String>, IList<String>, CancellationToken)

Removes a content from AzureFrontDoor.

Update(IAFDEndpointsOperations, String, String, String, AFDEndpointUpdateParameters)

Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.

UpdateAsync(IAFDEndpointsOperations, String, String, String, AFDEndpointUpdateParameters, CancellationToken)

Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. Only tags can be updated after creating an endpoint. To update origins, use the Update Origin operation. To update origin groups, use the Update Origin group operation. To update domains, use the Update Custom Domain operation.

ValidateCustomDomain(IAFDEndpointsOperations, String, String, String, String)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

ValidateCustomDomainAsync(IAFDEndpointsOperations, String, String, String, String, CancellationToken)

Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.

Applies to