IAFDProfilesOperations Interface

Definition

AFDProfilesOperations operations.

public interface IAFDProfilesOperations
type IAFDProfilesOperations = interface
Public Interface IAFDProfilesOperations

Methods

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

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

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

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

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

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

Extension Methods

CheckHostNameAvailability(IAFDProfilesOperations, String, String, String)

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

CheckHostNameAvailabilityAsync(IAFDProfilesOperations, String, String, String, CancellationToken)

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

ListResourceUsage(IAFDProfilesOperations, String, String)

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

ListResourceUsageAsync(IAFDProfilesOperations, String, String, CancellationToken)

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

ListResourceUsageNext(IAFDProfilesOperations, String)

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

ListResourceUsageNextAsync(IAFDProfilesOperations, String, CancellationToken)

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

Applies to