次の方法で共有


CdnManagementClient クラス

定義

Cdn 管理クライアント

public class CdnManagementClient : Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<Microsoft.Azure.Management.Cdn.Fluent.CdnManagementClient>, IDisposable, Microsoft.Azure.Management.Cdn.Fluent.ICdnManagementClient, Microsoft.Rest.Azure.IAzureClient
type CdnManagementClient = class
    inherit FluentServiceClientBase<CdnManagementClient>
    interface ICdnManagementClient
    interface IDisposable
    interface IAzureClient
Public Class CdnManagementClient
Inherits FluentServiceClientBase(Of CdnManagementClient)
Implements IAzureClient, ICdnManagementClient, IDisposable
継承
実装

コンストラクター

CdnManagementClient(RestClient)

CdnManagementClient クラスの新しいインスタンスを初期化します。

フィールド

_restClient

Cdn 管理クライアント

(継承元 FluentServiceClientBase<TClient>)

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント要求で使用される API のバージョン。 現在のバージョンは 2017-04-02 です。

BaseUri

サービスのベース URI。

(継承元 FluentServiceClientBase<TClient>)
Credentials

クライアントが Azure に接続するために必要な資格情報。

(継承元 FluentServiceClientBase<TClient>)
CustomDomains

ICustomDomainsOperations を取得します。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

EdgeNodes

IEdgeNodesOperations を取得します。

Endpoints

IEndpointsOperations を取得します。

GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Operations

IOperations を取得します。

Origins

IOriginsOperations を取得します。

Profiles

IProfilesOperations を取得します。

ResourceUsage

IResourceUsageOperations を取得します。

SerializationSettings

json シリアル化設定を取得または設定します。

SubscriptionId

Azure サブスクリプション ID。

メソッド

CheckNameAvailabilityWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。

CheckNameAvailabilityWithSubscriptionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Cdn 管理クライアント

(継承元 FluentServiceClientBase<TClient>)
Initialize()

クライアント プロパティを初期化します。

NewInstance(RestClient)

Cdn 管理クライアント

ValidateProbeWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

プローブ パスが有効なパスであり、ファイルにアクセスできるかどうかを確認します。 プローブ パスは、配信元サーバーでホストされているファイルへのパスであり、CDN エンドポイントを介した動的コンテンツの配信を高速化するのに役立ちます。 このパスは、エンドポイント構成で指定された配信元パスに対する相対パスです。

拡張メソッド

CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken)

リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。

CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken)

リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。

ValidateProbeAsync(ICdnManagementClient, String, CancellationToken)

プローブ パスが有効なパスであり、ファイルにアクセスできるかどうかを確認します。 プローブ パスは、配信元サーバーでホストされているファイルへのパスであり、CDN エンドポイントを介した動的コンテンツの配信を高速化するのに役立ちます。 このパスは、エンドポイント構成で指定された配信元パスに対する相対パスです。

適用対象