次の方法で共有


ProfileCollection クラス

定義

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

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

コンストラクター

ProfileCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ProfileData, CancellationToken)

指定したサブスクリプションとリソース グループの下にプロファイル名を使用して、新しい Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを作成します。

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

指定したサブスクリプションとリソース グループの下にプロファイル名を使用して、新しい Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを作成します。

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

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

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

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

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

指定したサブスクリプションとリソース グループの下に、指定したプロファイル名を持つ Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを取得します。

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

リソース グループ内のすべての Azure Front Door Standard、Azure Front Door Premium、CDN プロファイルを一覧表示します。

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

リソース グループ内のすべての Azure Front Door Standard、Azure Front Door Premium、CDN プロファイルを一覧表示します。

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

指定したサブスクリプションとリソース グループの下に、指定したプロファイル名を持つ Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ProfileResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ProfileResource>.GetEnumerator()

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

適用対象