CdnManagementClient Class

Definition

Cdn Management Client

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

Constructors

CdnManagementClient(DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(HttpClient, Boolean)

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

CdnManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the CdnManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

AFDCustomDomains

Gets the IAFDCustomDomainsOperations.

AFDEndpoints

Gets the IAFDEndpointsOperations.

AFDOriginGroups

Gets the IAFDOriginGroupsOperations.

AFDOrigins

Gets the IAFDOriginsOperations.

AFDProfiles

Gets the IAFDProfilesOperations.

ApiVersion

Version of the API to be used with the client request. Current version is 2020-09-01.

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.

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>)
LogAnalytics

Gets the ILogAnalyticsOperations.

LongRunningOperationRetryTimeout

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

ManagedRuleSets

Gets the IManagedRuleSetsOperations.

Operations

Gets the IOperations.

OriginGroups

Gets the IOriginGroupsOperations.

Origins

Gets the IOriginsOperations.

Policies

Gets the IPoliciesOperations.

Profiles

Gets the IProfilesOperations.

ResourceUsage

Gets the IResourceUsageOperations.

Routes

Gets the IRoutesOperations.

Rules

Gets the IRulesOperations.

RuleSets

Gets the IRuleSetsOperations.

Secrets

Gets the ISecretsOperations.

SecurityPolicies

Gets the ISecurityPoliciesOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

Azure Subscription ID.

UserAgent (Inherited from ServiceClient<T>)
Validate

Gets the IValidateOperations.

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 ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
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

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