ProfileResourceFormatCollection クラス

定義

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

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

コンストラクター

ProfileResourceFormatCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ProfileResourceFormatData, CancellationToken)

ハブ内にプロファイルを作成するか、既存のプロファイルを更新します。

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

ハブ内にプロファイルを作成するか、既存のプロファイルを更新します。

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

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

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

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

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

指定したプロファイルに関する情報を取得します。

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

ハブ内のすべてのプロファイルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles
  • 操作IdProfiles_ListByHub
GetAllAsync(String, CancellationToken)

ハブ内のすべてのプロファイルを取得します。

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

指定したプロファイルに関する情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ProfileResourceFormatResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ProfileResourceFormatResource>.GetEnumerator()

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

適用対象