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

ICdnEndpoint 接口

定义

Azure CDN 终结点的不可变客户端表示形式。

public interface ICdnEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Cdn.Fluent.ICdnEndpoint,Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Cdn.Fluent.Models.EndpointInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Cdn.Fluent.ICdnEndpoint>
type ICdnEndpoint = interface
    interface IExternalChildResource<ICdnEndpoint, ICdnProfile>
    interface IChildResource<ICdnProfile>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICdnProfile>
    interface IRefreshable<ICdnEndpoint>
    interface IHasInner<EndpointInner>
Public Interface ICdnEndpoint
Implements IChildResource(Of ICdnProfile), IExternalChildResource(Of ICdnEndpoint, ICdnProfile), IHasInner(Of EndpointInner), IHasParent(Of ICdnProfile), IRefreshable(Of ICdnEndpoint)
实现

属性

ContentTypesToCompress

获取要压缩的内容类型。

CustomDomains

获取与此终结点关联的自定义域。

GeoFilters

获取地理筛选器的列表。

HostName

获取终结点主机名。

HttpPort

获取 HTTP 端口值。

HttpsPort

获取 HTTPS 端口值。

Id

Azure CDN 终结点的不可变客户端表示形式。

(继承自 IExternalChildResource<FluentModelT,IParentT>)
Inner

Azure CDN 终结点的不可变客户端表示形式。

(继承自 IHasInner<T>)
IsCompressionEnabled

如果启用内容压缩,则为 true,否则为 false。

IsHttpAllowed

如果允许 HTTP 流量,则为 true,否则为 false。

IsHttpsAllowed

如果允许 HTTPS 流量,则为 true,否则为 false。

Key

Azure CDN 终结点的不可变客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
OptimizationType

获取优化类型。

OriginHostHeader

获取源主机标头。

OriginHostName

获取源主机名。

OriginPath

获取源路径。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
ProvisioningState

获取终结点预配状态。

QueryStringCachingBehavior

获取查询字符串缓存行为。

ResourceState

获取终结点状态。

方法

ListResourceUsage()

检查当前终结点下异地筛选器和自定义域的配额和使用情况。

LoadContent(ISet<String>)

强制预加载 CDN 终结点的内容。 注意:仅 Verizon 配置文件支持此操作。

LoadContentAsync(ISet<String>, CancellationToken)

强制以异步方式预加载 CDN 终结点的内容。 注意:仅 Verizon 配置文件支持此操作。

PurgeContent(ISet<String>)

强制清除 CDN 终结点的内容。

PurgeContentAsync(ISet<String>, CancellationToken)

以异步方式强制清除 CDN 终结点的内容。

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Start()

启动 CDN 终结点(如果已停止)。

StartAsync(CancellationToken)

如果 CDN 终结点已停止,则以异步方式启动它。

Stop()

停止 CDN 终结点(如果它正在运行)。

StopAsync(CancellationToken)

如果 CDN 终结点正在运行,则异步停止该终结点。

ValidateCustomDomain(String)

验证自定义域映射,确保它映射到当前终结点的 DNS 中正确的 CNAME。

ValidateCustomDomainAsync(String, CancellationToken)

验证自定义域映射,以确保它以异步方式映射到当前终结点的 DNS 中正确的 CNAME。

适用于