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

ICdnManagementClient 接口

定义

Cdn 管理客户端

public interface ICdnManagementClient : IDisposable
type ICdnManagementClient = interface
    interface IDisposable
Public Interface ICdnManagementClient
Implements IDisposable
派生
实现

属性

AcceptLanguage

响应的首选语言。

ApiVersion

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

BaseUri

服务的基 URI。

Credentials

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

CustomDomains

获取 ICustomDomainsOperations。

DeserializationSettings

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

EdgeNodes

获取 IEdgeNodesOperations。

Endpoints

获取 IEndpointsOperations。

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

Operations

获取 IOperations。

Origins

获取 IOriginsOperations。

Profiles

获取 IProfilesOperations。

ResourceUsage

获取 IResourceUsageOperations。

SerializationSettings

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

SubscriptionId

Azure 订阅 ID。

方法

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

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

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

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

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

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

扩展方法

CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken)

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

CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken)

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

ValidateProbeAsync(ICdnManagementClient, String, CancellationToken)

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

适用于