Share via


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

ICdnProfile 接口

定义

Azure CDN 配置文件的不可变客户端表示形式。

public interface ICdnProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager,Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type ICdnProfile = interface
    interface IGroupableResource<ICdnManager, ProfileInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<ICdnManager>
    interface IHasInner<ProfileInner>
    interface IRefreshable<ICdnProfile>
    interface IUpdatable<IUpdate>
Public Interface ICdnProfile
Implements IGroupableResource(Of ICdnManager, ProfileInner), IHasInner(Of ProfileInner), IHasManager(Of ICdnManager), IRefreshable(Of ICdnProfile), IUpdatable(Of IUpdate)
实现

属性

Endpoints

获取 CDN 管理器配置文件中按名称编制索引的终结点。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IHasInner<T>)
IsPremiumVerizon

如果此 CDN 配置文件的 SKU 为 Premium Verizon,则为 true,否则为 false。

Key

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IIndexable)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
Region

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IResource)
RegionName

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IResource)
ResourceGroupName

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IHasResourceGroup)
ResourceState

获取 CDN 配置文件状态。

Sku

获取 CDN 配置文件的 SKU。

Tags

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IResource)
Type

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IResource)

方法

CheckEndpointNameAvailability(String)

在不创建 CDN 终结点的情况下检查终结点名称的可用性。

CheckEndpointNameAvailabilityAsync(String, CancellationToken)

在不异步创建 CDN 终结点的情况下检查终结点名称的可用性。

GenerateSsoUri()

生成一个动态 SSO URI,用于登录到用于高级管理任务的 CDN 补充门户。

GenerateSsoUriAsync(CancellationToken)

异步生成一个动态 SSO URI,用于登录到用于高级管理任务的 CDN 补充门户。

ListResourceUsage()

Azure CDN 配置文件的不可变客户端表示形式。

LoadEndpointContent(String, ISet<String>)

强制在 CDN 配置文件中预加载 CDN 终结点内容。 请注意,这仅适用于 Verizon 配置文件。

LoadEndpointContentAsync(String, ISet<String>, CancellationToken)

以异步方式在 CDN 配置文件中强制预加载 CDN 终结点内容。 请注意,这仅适用于 Verizon 配置文件。

PurgeEndpointContent(String, ISet<String>)

强行清除 CDN 配置文件中的 CDN 终结点内容。

PurgeEndpointContentAsync(String, ISet<String>, CancellationToken)

以异步方式强行清除 CDN 配置文件中的 CDN 终结点内容。

Refresh()

刷新资源以与 Azure 同步。

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

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
StartEndpoint(String)

启动已停止的 CDN 终结点。

StartEndpointAsync(String, CancellationToken)

异步启动已停止的 CDN 终结点。

StopEndpoint(String)

停止正在运行的 CDN 终结点。

StopEndpointAsync(String, CancellationToken)

异步停止正在运行的 CDN 终结点。

Update()

Azure CDN 配置文件的不可变客户端表示形式。

(继承自 IUpdatable<T>)
ValidateEndpointCustomDomain(String, String)

验证自定义域映射,确保它映射到当前配置文件中的 DNS 中正确的 CNAME。

ValidateEndpointCustomDomainAsync(String, String, CancellationToken)

验证自定义域映射,以确保它以异步方式映射到当前配置文件中的 DNS 中的正确 CNAME。

适用于