CdnManagementClient Class

Definition

Cdn Management Client

public class CdnManagementClient : Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<Microsoft.Azure.Management.Cdn.Fluent.CdnManagementClient>, IDisposable, Microsoft.Azure.Management.Cdn.Fluent.ICdnManagementClient, Microsoft.Rest.Azure.IAzureClient
type CdnManagementClient = class
    inherit FluentServiceClientBase<CdnManagementClient>
    interface ICdnManagementClient
    interface IDisposable
    interface IAzureClient
Public Class CdnManagementClient
Inherits FluentServiceClientBase(Of CdnManagementClient)
Implements IAzureClient, ICdnManagementClient, IDisposable
Inheritance
Implements

Constructors

CdnManagementClient(RestClient)

Initializes a new instance of the CdnManagementClient class.

Fields

_restClient (Inherited from FluentServiceClientBase<TClient>)

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.

(Inherited from FluentServiceClientBase<TClient>)
Credentials

Credentials needed for the client to connect to Azure.

(Inherited from FluentServiceClientBase<TClient>)
CustomDomains

Gets the ICustomDomainsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

EdgeNodes

Gets the IEdgeNodesOperations.

Endpoints

Gets the IEndpointsOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
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.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
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.

UserAgent (Inherited from ServiceClient<T>)

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.

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from FluentServiceClientBase<TClient>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
Initialize()

Initializes client properties.

InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
NewInstance(RestClient)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)
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