CdnManagementClient クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Cdn 管理クライアント
public class CdnManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Cdn.CdnManagementClient>, IDisposable, Microsoft.Azure.Management.Cdn.ICdnManagementClient, Microsoft.Rest.Azure.IAzureClient
type CdnManagementClient = class
inherit ServiceClient<CdnManagementClient>
interface ICdnManagementClient
interface IDisposable
interface IAzureClient
Public Class CdnManagementClient
Inherits ServiceClient(Of CdnManagementClient)
Implements IAzureClient, ICdnManagementClient, IDisposable
- 継承
- 実装
コンストラクター
プロパティ
AcceptLanguage |
応答の優先言語。 |
AFDCustomDomains |
IAFDCustomDomainsOperations を取得します。 |
AFDEndpoints |
IAFDEndpointsOperations を取得します。 |
AFDOriginGroups |
IAFDOriginGroupsOperations を取得します。 |
AFDOrigins |
IAFDOriginsOperations を取得します。 |
AFDProfiles |
IAFDProfilesOperations を取得します。 |
ApiVersion |
クライアント要求で使用される API のバージョン。 現在のバージョンは 2020-09-01 です。 |
BaseUri |
サービスのベース URI。 |
Credentials |
クライアントが Azure に接続するために必要な資格情報。 |
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>) |
LogAnalytics |
ILogAnalyticsOperations を取得します。 |
LongRunningOperationRetryTimeout |
実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。 |
ManagedRuleSets |
IManagedRuleSetsOperations を取得します。 |
Operations |
IOperations を取得します。 |
OriginGroups |
IOriginGroupsOperations を取得します。 |
Origins |
IOriginsOperations を取得します。 |
Policies |
IPoliciesOperations を取得します。 |
Profiles |
IProfilesOperations を取得します。 |
ResourceUsage |
IResourceUsageOperations を取得します。 |
Routes |
IRoutesOperations を取得します。 |
Rules |
IRulesOperations を取得します。 |
RuleSets |
IRuleSetsOperations を取得します。 |
Secrets |
ISecretsOperations を取得します。 |
SecurityPolicies |
ISecurityPoliciesOperations を取得します。 |
SerializationSettings |
JSON シリアル化設定を取得または設定します。 |
SubscriptionId |
Azure サブスクリプション ID。 |
UserAgent |
Cdn 管理クライアント (継承元 ServiceClient<T>) |
Validate |
IValidateOperations を取得します。 |
メソッド
拡張メソッド
CheckNameAvailability(ICdnManagementClient, String) |
リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。 |
CheckNameAvailabilityAsync(ICdnManagementClient, String, CancellationToken) |
リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。 |
CheckNameAvailabilityWithSubscription(ICdnManagementClient, String) |
リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。 |
CheckNameAvailabilityWithSubscriptionAsync(ICdnManagementClient, String, CancellationToken) |
リソース名の可用性を確認します。 これは、CDN エンドポイントなど、名前がグローバルに一意であるリソースに必要です。 |
ValidateProbe(ICdnManagementClient, String) |
プローブ パスが有効なパスであり、ファイルにアクセスできるかどうかを確認します。 プローブ パスは、CDN エンドポイントを介した動的コンテンツの配信を高速化するために、配信元サーバーでホストされているファイルへのパスです。 このパスは、エンドポイント構成で指定された配信元パスに対する相対パスです。 |
ValidateProbeAsync(ICdnManagementClient, String, CancellationToken) |
プローブ パスが有効なパスであり、ファイルにアクセスできるかどうかを確認します。 プローブ パスは、CDN エンドポイントを介した動的コンテンツの配信を高速化するために、配信元サーバーでホストされているファイルへのパスです。 このパスは、エンドポイント構成で指定された配信元パスに対する相対パスです。 |
適用対象
Azure SDK for .NET