ICdnManagementClient Interface

Definition

Cdn Management Client

public interface ICdnManagementClient : IDisposable
type ICdnManagementClient = interface
    interface IDisposable
Public Interface ICdnManagementClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

Version of the API to be used with the client request. Current version is 2017-04-02.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

CustomDomains

Gets the ICustomDomainsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

EdgeNodes

Gets the IEdgeNodesOperations.

Endpoints

Gets the IEndpointsOperations.

GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Operations

Gets the IOperations.

Origins

Gets the IOriginsOperations.

Profiles

Gets the IProfilesOperations.

ResourceUsage

Gets the IResourceUsageOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

Azure Subscription ID.

Methods

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

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

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

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

ValidateProbeWithHttpMessagesAsync(String, Dictionary<String,List<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.

Extension 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