你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Log 类

定义

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)
继承
Log
实现

构造函数

Log(PersonalizerClient)

属性

Client

方法

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

扩展方法

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

适用于