CdnEndpointCollection クラス

定義

のコレクション CdnEndpointResource とその操作を表すクラス。 コレクション内の各 CdnEndpointResource は、 の同じインスタンス ProfileResourceに属します。 インスタンスを CdnEndpointCollection 取得するには、 のインスタンスから GetCdnEndpoints メソッドを ProfileResource呼び出します。

public class CdnEndpointCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Cdn.CdnEndpointResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.CdnEndpointResource>
type CdnEndpointCollection = class
    inherit ArmCollection
    interface seq<CdnEndpointResource>
    interface IEnumerable
    interface IAsyncEnumerable<CdnEndpointResource>
Public Class CdnEndpointCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CdnEndpointResource), IEnumerable(Of CdnEndpointResource)
継承
CdnEndpointCollection
実装

コンストラクター

CdnEndpointCollection()

モック作成のために クラスの CdnEndpointCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CdnEndpointData, CancellationToken)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい CDN エンドポイントを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
  • 操作IdCdnEndpoints_Create
CreateOrUpdateAsync(WaitUntil, String, CdnEndpointData, CancellationToken)

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ新しい CDN エンドポイントを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
  • 操作IdCdnEndpoints_Create
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
  • 操作IdCdnEndpoints_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
  • 操作IdCdnEndpoints_Get
Get(String, CancellationToken)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の CDN エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
  • 操作IdCdnEndpoints_Get
GetAll(CancellationToken)

既存の CDN エンドポイントを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints
  • 操作IdCdnEndpoints_ListByProfile
GetAllAsync(CancellationToken)

既存の CDN エンドポイントを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints
  • 操作IdCdnEndpoints_ListByProfile
GetAsync(String, CancellationToken)

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の CDN エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
  • 操作IdCdnEndpoints_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<CdnEndpointResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<CdnEndpointResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象