你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CdnManagementClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>) |
方法
扩展方法
CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken) |
检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。 |
CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken) |
检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。 |
ValidateProbeAsync(ICdnManagementClient, String, CancellationToken) |
检查探测路径是否为有效路径,以及是否可以访问该文件。 探测路径是源服务器上托管的文件的路径,可帮助加速通过 CDN 终结点传递动态内容。 此路径相对于终结点配置中指定的源路径。 |