AFDEndpointsOperationsExtensions Class

Definition

Extension methods for AFDEndpointsOperations.

public static class AFDEndpointsOperationsExtensions
type AFDEndpointsOperationsExtensions = class
Public Module AFDEndpointsOperationsExtensions
Inheritance
AFDEndpointsOperationsExtensions

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