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.

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.

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.

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.

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.

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