次の方法で共有


DataCollectionRuleAssociationsOperationsExtensions.ListByDataCollectionEndpointAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResource>> ListByDataCollectionEndpointAsync (this Microsoft.Azure.Management.Monitor.IDataCollectionRuleAssociationsOperations operations, string resourceGroupName, string dataCollectionEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member ListByDataCollectionEndpointAsync : Microsoft.Azure.Management.Monitor.IDataCollectionRuleAssociationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResource>>
<Extension()>
Public Function ListByDataCollectionEndpointAsync (operations As IDataCollectionRuleAssociationsOperations, resourceGroupName As String, dataCollectionEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataCollectionRuleAssociationProxyOnlyResource))

パラメーター

operations
IDataCollectionRuleAssociationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

dataCollectionEndpointName
String

データ収集エンドポイントの名前。 名前の大文字と小文字は区別されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象