你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CdnManagementClient 类

定义

Cdn 管理客户端

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
继承
实现

构造函数

CdnManagementClient(RestClient)

初始化 CdnManagementClient 类的新实例。

字段

_restClient

Cdn 管理客户端

(继承自 FluentServiceClientBase<TClient>)

属性

AcceptLanguage

响应的首选语言。

ApiVersion

要与客户端请求一起使用的 API 的版本。 当前版本为 2017-04-02。

BaseUri

服务的基 URI。

(继承自 FluentServiceClientBase<TClient>)
Credentials

客户端连接到 Azure 所需的凭据。

(继承自 FluentServiceClientBase<TClient>)
CustomDomains

获取 ICustomDomainsOperations。

DeserializationSettings

获取或设置 json 反序列化设置。

EdgeNodes

获取 IEdgeNodesOperations。

Endpoints

获取 IEndpointsOperations。

FirstMessageHandler

Cdn 管理客户端

(继承自 ServiceClient<T>)
GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

HttpClient

Cdn 管理客户端

(继承自 ServiceClient<T>)
HttpClientHandler

Cdn 管理客户端

(继承自 ServiceClient<T>)
HttpMessageHandlers

Cdn 管理客户端

(继承自 ServiceClient<T>)
LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

Origins

获取 IOriginsOperations。

Profiles

获取 IProfilesOperations。

ResourceUsage

获取 IResourceUsageOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

Azure 订阅 ID。

UserAgent

Cdn 管理客户端

(继承自 ServiceClient<T>)

方法

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

检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。

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

检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Cdn 管理客户端

(继承自 FluentServiceClientBase<TClient>)
Dispose()

Cdn 管理客户端

(继承自 ServiceClient<T>)
Dispose(Boolean)

Cdn 管理客户端

(继承自 ServiceClient<T>)
Initialize()

初始化客户端属性。

InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Cdn 管理客户端

(继承自 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Cdn 管理客户端

(继承自 ServiceClient<T>)
NewInstance(RestClient)

Cdn 管理客户端

SetRetryPolicy(RetryPolicy)

Cdn 管理客户端

(继承自 ServiceClient<T>)
SetUserAgent(String)

Cdn 管理客户端

(继承自 ServiceClient<T>)
SetUserAgent(String, String)

Cdn 管理客户端

(继承自 ServiceClient<T>)
ValidateProbeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

检查探测路径是否为有效路径,以及是否可以访问该文件。 探测路径是源服务器上托管的文件的路径,可帮助加速通过 CDN 终结点传递动态内容。 此路径相对于终结点配置中指定的源路径。

扩展方法

CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken)

检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。

CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken)

检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。

ValidateProbeAsync(ICdnManagementClient, String, CancellationToken)

检查探测路径是否为有效路径,以及是否可以访问该文件。 探测路径是源服务器上托管的文件的路径,可帮助加速通过 CDN 终结点传递动态内容。 此路径相对于终结点配置中指定的源路径。

适用于