次の方法で共有


DataCollectionRuleAssociationsOperationsExtensions.ListByRuleAsync メソッド

定義

指定したデータ収集ルールの関連付けを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResource>> ListByRuleAsync(this Microsoft.Azure.Management.Monitor.IDataCollectionRuleAssociationsOperations operations, string resourceGroupName, string dataCollectionRuleName, System.Threading.CancellationToken cancellationToken = default);
static member ListByRuleAsync : 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 ListByRuleAsync (operations As IDataCollectionRuleAssociationsOperations, resourceGroupName As String, dataCollectionRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataCollectionRuleAssociationProxyOnlyResource))

パラメーター

operations
IDataCollectionRuleAssociationsOperations

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

resourceGroupName
String

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

dataCollectionRuleName
String

データ収集ルールの名前。 名前の大文字と小文字は区別されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象