次の方法で共有


DataCollectionEndpointResource.GetDataCollectionRuleAssociationsAsync メソッド

定義

指定したデータ収集エンドポイントの関連付けを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}/associations
  • 操作IdDataCollectionRuleAssociations_ListByDataCollectionEndpoint
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource> GetDataCollectionRuleAssociationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataCollectionRuleAssociationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
override this.GetDataCollectionRuleAssociationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
Public Overridable Function GetDataCollectionRuleAssociationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataCollectionRuleAssociationResource)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DataCollectionRuleAssociationResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象