Partager via


ILogProfilesOperations Interface

Définition

Opérations LogProfilesOperations.

public interface ILogProfilesOperations
type ILogProfilesOperations = interface
Public Interface ILogProfilesOperations

Méthodes

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

Créez ou mettez à jour un profil de journal dans l’API REST Azure Monitoring.

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

Supprime le profil de journal.

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

Obtient le profil de journal.

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

Répertoriez les profils de journal.

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

Mises à jour un LogProfilesResource existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate.

Méthodes d’extension

CreateOrUpdate(ILogProfilesOperations, String, LogProfileResource)

Créez ou mettez à jour un profil de journal dans l’API REST Azure Monitoring.

CreateOrUpdateAsync(ILogProfilesOperations, String, LogProfileResource, CancellationToken)

Créez ou mettez à jour un profil de journal dans l’API REST Azure Monitoring.

Delete(ILogProfilesOperations, String)

Supprime le profil de journal.

DeleteAsync(ILogProfilesOperations, String, CancellationToken)

Supprime le profil de journal.

Get(ILogProfilesOperations, String)

Obtient le profil de journal.

GetAsync(ILogProfilesOperations, String, CancellationToken)

Obtient le profil de journal.

List(ILogProfilesOperations)

Répertoriez les profils de journal.

ListAsync(ILogProfilesOperations, CancellationToken)

Répertoriez les profils de journal.

Update(ILogProfilesOperations, String, LogProfileResourcePatch)

Mises à jour un LogProfilesResource existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate.

UpdateAsync(ILogProfilesOperations, String, LogProfileResourcePatch, CancellationToken)

Mises à jour un LogProfilesResource existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate.

S’applique à