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.
CreateWithHttpMessagesAsync(String, String, DataCollectionEndpointResource, Dictionary<String,List<String>>, CancellationToken)
|
Creates or updates a data collection endpoint.
|
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a data collection endpoint.
|
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Returns the specified data collection endpoint.
|
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all data collection endpoints in the specified resource
group.
|
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all data collection endpoints in the specified resource
group.
|
ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all data collection endpoints in the specified subscription
|
ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
|
Lists all data collection endpoints in the specified subscription
|
UpdateWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)
|
Updates part of a data collection endpoint.
|
Create(IDataCollectionEndpointsOperations, String, String, DataCollectionEndpointResource)
|
Creates or updates a data collection endpoint.
|
CreateAsync(IDataCollectionEndpointsOperations, String, String, DataCollectionEndpointResource, CancellationToken)
|
Creates or updates a data collection endpoint.
|
Delete(IDataCollectionEndpointsOperations, String, String)
|
Deletes a data collection endpoint.
|
DeleteAsync(IDataCollectionEndpointsOperations, String, String, CancellationToken)
|
Deletes a data collection endpoint.
|
Get(IDataCollectionEndpointsOperations, String, String)
|
Returns the specified data collection endpoint.
|
GetAsync(IDataCollectionEndpointsOperations, String, String, CancellationToken)
|
Returns the specified data collection endpoint.
|
ListByResourceGroup(IDataCollectionEndpointsOperations, String)
|
Lists all data collection endpoints in the specified resource group.
|
ListByResourceGroupAsync(IDataCollectionEndpointsOperations, String, CancellationToken)
|
Lists all data collection endpoints in the specified resource group.
|
ListByResourceGroupNext(IDataCollectionEndpointsOperations, String)
|
Lists all data collection endpoints in the specified resource group.
|
ListByResourceGroupNextAsync(IDataCollectionEndpointsOperations, String, CancellationToken)
|
Lists all data collection endpoints in the specified resource group.
|
ListBySubscription(IDataCollectionEndpointsOperations)
|
Lists all data collection endpoints in the specified subscription
|
ListBySubscriptionAsync(IDataCollectionEndpointsOperations, CancellationToken)
|
Lists all data collection endpoints in the specified subscription
|
ListBySubscriptionNext(IDataCollectionEndpointsOperations, String)
|
Lists all data collection endpoints in the specified subscription
|
ListBySubscriptionNextAsync(IDataCollectionEndpointsOperations, String, CancellationToken)
|
Lists all data collection endpoints in the specified subscription
|
Update(IDataCollectionEndpointsOperations, String, String, IDictionary<String,String>)
|
Updates part of a data collection endpoint.
|
UpdateAsync(IDataCollectionEndpointsOperations, String, String, IDictionary<String,String>, CancellationToken)
|
Updates part of a data collection endpoint.
|