Log Class

Definition

public class Log : Microsoft.Azure.CognitiveServices.Personalizer.ILog, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Personalizer.PersonalizerClient>
type Log = class
    interface IServiceOperations<PersonalizerClient>
    interface ILog
Public Class Log
Implements ILog, IServiceOperations(Of PersonalizerClient)
Inheritance
Log
Implements

Constructors

Log(PersonalizerClient)

Properties

Client

Methods

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

Extension Methods

Delete(ILog)
DeleteAsync(ILog, CancellationToken)
DeleteWithHttpMessages(ILog, Dictionary<String,List<String>>)
GetProperties(ILog)
GetPropertiesAsync(ILog, CancellationToken)
GetPropertiesWithHttpMessages(ILog, Dictionary<String,List<String>>)

Applies to