次の方法で共有


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

Geo フィルターの一覧を取得します。

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

現在のエンドポイントの geo フィルターとカスタム ドメインのクォータと使用状況を確認します。

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 に非同期的にマップされるようにします。

適用対象