次の方法で共有


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 を生成します。 補足ポータルは、標準プロファイルのコア レポート、ルール エンジン、高度な HTTP レポート、Premium プロファイルのリアルタイム統計とアラートなど、Azure portalでまだ使用できない高度な機能を構成するために使用されます。 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 エンドポイントを停止します。

適用対象