IDataCollectionRuleAssociationsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DataCollectionRuleAssociationsOperations operations.
In this article
public interface IDataCollectionRuleAssociationsOperations
type IDataCollectionRuleAssociationsOperations = interface
Public Interface IDataCollectionRuleAssociationsOperations
Methods
CreateWithHttpMessagesAsync(String, String, DataCollectionRuleAssociationProxyOnlyResource, Dictionary<String,List<String>>, CancellationToken)
Creates or updates an association.
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Deletes an association.
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Returns the specified association.
ListByResourceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Lists associations for the specified resource.
ListByResourceWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Lists associations for the specified resource.
ListByRuleNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Lists associations for the specified data collection rule.
ListByRuleWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Lists associations for the specified data collection rule.
Extension Methods
Create(IDataCollectionRuleAssociationsOperations, String, String, DataCollectionRuleAssociationProxyOnlyResource)
Creates or updates an association.
CreateAsync(IDataCollectionRuleAssociationsOperations, String, String, DataCollectionRuleAssociationProxyOnlyResource, CancellationToken)
Creates or updates an association.
Delete(IDataCollectionRuleAssociationsOperations, String, String)
Deletes an association.
DeleteAsync(IDataCollectionRuleAssociationsOperations, String, String, CancellationToken)
Deletes an association.
Get(IDataCollectionRuleAssociationsOperations, String, String)
Returns the specified association.
GetAsync(IDataCollectionRuleAssociationsOperations, String, String, CancellationToken)
Returns the specified association.
ListByResource(IDataCollectionRuleAssociationsOperations, String)
Lists associations for the specified resource.
ListByResourceAsync(IDataCollectionRuleAssociationsOperations, String, CancellationToken)
Lists associations for the specified resource.
ListByResourceNext(IDataCollectionRuleAssociationsOperations, String)
Lists associations for the specified resource.
ListByResourceNextAsync(IDataCollectionRuleAssociationsOperations, String, CancellationToken)
Lists associations for the specified resource.
ListByRule(IDataCollectionRuleAssociationsOperations, String, String)
Lists associations for the specified data collection rule.
ListByRuleAsync(IDataCollectionRuleAssociationsOperations, String, String, CancellationToken)
Lists associations for the specified data collection rule.
ListByRuleNext(IDataCollectionRuleAssociationsOperations, String)
Lists associations for the specified data collection rule.
ListByRuleNextAsync(IDataCollectionRuleAssociationsOperations, String, CancellationToken)
Lists associations for the specified data collection rule.
Applies to