CdnManagementClient 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.
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
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
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
Azure SDK for .NET