CdnManagementClient クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を取得します。 |
FirstMessageHandler |
Cdn 管理クライアント (継承元 ServiceClient<T>) |
GenerateClientRequestId |
一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。 |
HttpClient |
Cdn 管理クライアント (継承元 ServiceClient<T>) |
HttpClientHandler |
Cdn 管理クライアント (継承元 ServiceClient<T>) |
HttpMessageHandlers |
Cdn 管理クライアント (継承元 ServiceClient<T>) |
LongRunningOperationRetryTimeout |
実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。 |
Operations |
IOperations を取得します。 |
Origins |
IOriginsOperations を取得します。 |
Profiles |
IProfilesOperations を取得します。 |
ResourceUsage |
IResourceUsageOperations を取得します。 |
SerializationSettings |
json シリアル化設定を取得または設定します。 |
SubscriptionId |
Azure サブスクリプション ID。 |
UserAgent |
Cdn 管理クライアント (継承元 ServiceClient<T>) |
メソッド
拡張メソッド
CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken) |
リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。 |
CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken) |
リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。 |
ValidateProbeAsync(ICdnManagementClient, String, CancellationToken) |
プローブ パスが有効なパスであり、ファイルにアクセスできるかどうかを確認します。 プローブ パスは、配信元サーバーでホストされているファイルへのパスであり、CDN エンドポイントを介した動的コンテンツの配信を高速化するのに役立ちます。 このパスは、エンドポイント構成で指定された配信元パスに対する相対パスです。 |
適用対象
Azure SDK for .NET