次の方法で共有


DataCollectionEndpointResource.GetDataCollectionRuleAssociations メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象