次の方法で共有


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()

高度な管理タスクに使用される CDN 補助ポータルへのサインインに使用される動的 SSO URI を生成します。

GenerateSsoUriAsync(CancellationToken)

高度な管理タスクに使用される CDN 補助ポータルへのサインインに使用される動的 SSO URI を非同期的に生成します。

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 に非同期的にマップされていることを確認します。

適用対象