DataCollectionRuleAssociationCollection クラス

定義

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

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

コンストラクター

DataCollectionRuleAssociationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DataCollectionRuleAssociationData, CancellationToken)

関連付けを作成または更新します。

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • 操作IdDataCollectionRuleAssociations_Create
CreateOrUpdateAsync(WaitUntil, String, DataCollectionRuleAssociationData, CancellationToken)

関連付けを作成または更新します。

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • 操作IdDataCollectionRuleAssociations_Create
Exists(String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • 操作IdDataCollectionRuleAssociations_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • 操作IdDataCollectionRuleAssociations_Get
Get(String, CancellationToken)

指定した関連付けを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • 操作IdDataCollectionRuleAssociations_Get
GetAll(CancellationToken)

指定したリソースの関連付けを一覧表示します。

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations
  • 操作IdDataCollectionRuleAssociations_ListByResource
GetAllAsync(CancellationToken)

指定したリソースの関連付けを一覧表示します。

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations
  • 操作IdDataCollectionRuleAssociations_ListByResource
GetAsync(String, CancellationToken)

指定した関連付けを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • 操作IdDataCollectionRuleAssociations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DataCollectionRuleAssociationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DataCollectionRuleAssociationResource>.GetEnumerator()

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

適用対象