Share via


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

ICdnProfiles 接口

定义

CDN 配置文件管理 API 的入口点。

public interface ICdnProfiles : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Cdn.Fluent.IProfilesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager>
type ICdnProfiles = interface
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<ICdnProfile>
    interface ISupportsListingByResourceGroup<ICdnProfile>
    interface ISupportsGettingByResourceGroup<ICdnProfile>
    interface ISupportsGettingById<ICdnProfile>
    interface ISupportsDeletingById
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchCreation<ICdnProfile>
    interface ISupportsBatchDeletion
    interface IBeta
    interface IHasManager<ICdnManager>
    interface IHasInner<IProfilesOperations>
Public Interface ICdnProfiles
Implements IHasInner(Of IProfilesOperations), IHasManager(Of ICdnManager), ISupportsBatchCreation(Of ICdnProfile), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ICdnProfile), ISupportsGettingByResourceGroup(Of ICdnProfile), ISupportsListing(Of ICdnProfile), ISupportsListingByResourceGroup(Of ICdnProfile)
实现

属性

Inner

CDN 配置文件管理 API 的入口点。

(继承自 IHasInner<T>)
Manager

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

(继承自 IHasManager<ManagerT>)

方法

CheckEndpointNameAvailability(String)

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

CheckEndpointNameAvailabilityAsync(String, CancellationToken)

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

Create(ICreatable<IFluentResourceT>[])

创建一组 (批量) 资源。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

创建一组 (批量) 资源。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

创建一组 (批量) 资源。

(继承自 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

CDN 配置文件管理 API 的入口点。

(继承自 ISupportsCreating<T>)
DeleteById(String)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIds(IList<String>)

从 Azure 中删除指定的资源。

(继承自 ISupportsBatchDeletion)
DeleteByIds(String[])

从 Azure 中删除指定的资源。

(继承自 ISupportsBatchDeletion)
DeleteByIdsAsync(IList<String>, CancellationToken)

以异步方式和并行方式从 Azure 中删除指定的资源。

(继承自 ISupportsBatchDeletion)
DeleteByIdsAsync(String[], CancellationToken)

以异步方式和并行方式从 Azure 中删除指定的资源。

(继承自 ISupportsBatchDeletion)
DeleteByResourceGroup(String, String)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

从 Azure 中删除资源,并按其名称和资源组对其进行标识。

(继承自 ISupportsDeletingByResourceGroup)
GenerateSsoUri(String, String)

生成用于登录到 CDN 补充门户的动态 SSO URI。 补充门户用于配置Azure 门户中尚未提供的高级功能,例如标准配置文件中的核心报表、规则引擎、高级 HTTP 报表以及高级配置文件中的实时统计信息和警报。 SSO URI 大约每 10 分钟更改一次。

GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

根据资源名称和资源组的名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

根据资源名称和资源组的名称从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingByResourceGroup<T>)
List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListByResourceGroup(String)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定资源组中指定类型的资源。

(继承自 ISupportsListingByResourceGroup<T>)
ListEdgeNodes()

列出 CDN 服务的所有边缘节点。

ListOperations()

列出所有可用的 CDN REST API 操作。

ListResourceUsage()

检查当前订阅下 CDN 配置文件的配额和实际使用情况。

LoadEndpointContent(String, String, String, IList<String>)

强制预加载 CDN 终结点内容。 可用于 Verizon 配置文件。

PurgeEndpointContent(String, String, String, IList<String>)

强行清除 CDN 终结点内容。

StartEndpoint(String, String, String)

启动现有的已停止 CDN 终结点。

StopEndpoint(String, String, String)

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

适用于