CdnManagementClientExtensions Class

Definition

Extension methods for CdnManagementClient.

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

Methods

CheckNameAvailability(ICdnManagementClient, String)

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken)

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

CheckNameAvailabilityWithSubscription(ICdnManagementClient, String)

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken)

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

ValidateProbe(ICdnManagementClient, String)

Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.

ValidateProbeAsync(ICdnManagementClient, String, CancellationToken)

Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.

Applies to