你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CdnManagementClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Cdn 管理客户端
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
- 继承
- 实现
构造函数
CdnManagementClient(DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(HttpClient, Boolean) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(HttpClientHandler, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(ServiceClientCredentials, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(ServiceClientCredentials, HttpClient, Boolean) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(Uri, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(Uri, HttpClientHandler, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
CdnManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
初始化 CdnManagementClient 类的新实例。 |
属性
AcceptLanguage |
响应的首选语言。 |
AFDCustomDomains |
获取 IAFDCustomDomainsOperations。 |
AFDEndpoints |
获取 IAFDEndpointsOperations。 |
AFDOriginGroups |
获取 IAFDOriginGroupsOperations。 |
AFDOrigins |
获取 IAFDOriginsOperations。 |
AFDProfiles |
获取 IAFDProfilesOperations。 |
ApiVersion |
要与客户端请求一起使用的 API 的版本。 当前版本为 2020-09-01。 |
BaseUri |
服务的基 URI。 |
Credentials |
客户端连接到 Azure 所需的凭据。 |
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>) |
LogAnalytics |
获取 ILogAnalyticsOperations。 |
LongRunningOperationRetryTimeout |
长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。 |
ManagedRuleSets |
获取 IManagedRuleSetsOperations。 |
Operations |
获取 IOperations。 |
OriginGroups |
获取 IOriginGroupsOperations。 |
Origins |
获取 IOriginsOperations。 |
Policies |
获取 IPoliciesOperations。 |
Profiles |
获取 IProfilesOperations。 |
ResourceUsage |
获取 IResourceUsageOperations。 |
Routes |
获取 IRoutesOperations。 |
Rules |
获取 IRulesOperations。 |
RuleSets |
获取 IRuleSetsOperations。 |
Secrets |
获取 ISecretsOperations。 |
SecurityPolicies |
获取 ISecurityPoliciesOperations。 |
SerializationSettings |
获取或设置 json 序列化设置。 |
SubscriptionId |
Azure 订阅 ID。 |
UserAgent |
Cdn 管理客户端 (继承自 ServiceClient<T>) |
Validate |
获取 IValidateOperations。 |
方法
扩展方法
CheckNameAvailability(ICdnManagementClient, String) |
检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。 |
CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken) |
检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。 |
CheckNameAvailabilityWithSubscription(ICdnManagementClient, String) |
检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。 |
CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken) |
检查资源名称的可用性。 对于名称全局唯一的资源(例如 CDN 终结点),这是必需的。 |
ValidateProbe(ICdnManagementClient, String) |
检查探测路径是否为有效路径,以及是否可以访问该文件。 探测路径是源服务器上托管的文件的路径,可帮助加速通过 CDN 终结点传递动态内容。 此路径相对于终结点配置中指定的源路径。 |
ValidateProbeAsync(ICdnManagementClient, String, CancellationToken) |
检查探测路径是否为有效路径,以及是否可以访问该文件。 探测路径是源服务器上托管的文件的路径,可帮助加速通过 CDN 终结点传递动态内容。 此路径相对于终结点配置中指定的源路径。 |