次の方法で共有


LogProfileCollection クラス

定義

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

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

コンストラクター

LogProfileCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, LogProfileData, CancellationToken)

Azure Monitoring REST API でログ プロファイルを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, LogProfileData, CancellationToken)

Azure Monitoring REST API でログ プロファイルを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_Get
Get(String, CancellationToken)

ログ プロファイルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_Get
GetAll(CancellationToken)

ログ プロファイルを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles
  • 操作IdLogProfiles_List
GetAllAsync(CancellationToken)

ログ プロファイルを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles
  • 操作IdLogProfiles_List
GetAsync(String, CancellationToken)

ログ プロファイルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • 操作IdLogProfiles_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LogProfileResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LogProfileResource>.GetEnumerator()

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

適用対象