ILogProfilesOperations Interface

Definition

LogProfilesOperations operations.

public interface ILogProfilesOperations
type ILogProfilesOperations = interface
Public Interface ILogProfilesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, LogProfileResource, Dictionary<String,List<String>>, CancellationToken)

Create or update a log profile in Azure Monitoring REST API.

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Deletes the log profile.

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the log profile.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List the log profiles.

UpdateWithHttpMessagesAsync(String, LogProfileResourcePatch, Dictionary<String,List<String>>, CancellationToken)

Updates an existing LogProfilesResource. To update other fields use the CreateOrUpdate method.

Extension Methods

CreateOrUpdate(ILogProfilesOperations, String, LogProfileResource)

Create or update a log profile in Azure Monitoring REST API.

CreateOrUpdateAsync(ILogProfilesOperations, String, LogProfileResource, CancellationToken)

Create or update a log profile in Azure Monitoring REST API.

Delete(ILogProfilesOperations, String)

Deletes the log profile.

DeleteAsync(ILogProfilesOperations, String, CancellationToken)

Deletes the log profile.

Get(ILogProfilesOperations, String)

Gets the log profile.

GetAsync(ILogProfilesOperations, String, CancellationToken)

Gets the log profile.

List(ILogProfilesOperations)

List the log profiles.

ListAsync(ILogProfilesOperations, CancellationToken)

List the log profiles.

Update(ILogProfilesOperations, String, LogProfileResourcePatch)

Updates an existing LogProfilesResource. To update other fields use the CreateOrUpdate method.

UpdateAsync(ILogProfilesOperations, String, LogProfileResourcePatch, CancellationToken)

Updates an existing LogProfilesResource. To update other fields use the CreateOrUpdate method.

Applies to