LogProfilesOperationsExtensions Class
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.
Extension methods for LogProfilesOperations.
In this article
public static class LogProfilesOperationsExtensions
type LogProfilesOperationsExtensions = class
Public Module LogProfilesOperationsExtensions
Inheritance
System.Object
LogProfilesOperationsExtensions
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