CdnManagementClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for CdnManagementClient.
public static class CdnManagementClientExtensions
type CdnManagementClientExtensions = class
Public Module CdnManagementClientExtensions
- Inheritance
-
CdnManagementClientExtensions
Methods
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. |
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. |
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
Azure SDK for .NET