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

LoggingOperations 枚举

定义

表示服务中日志记录状态的枚举。

此枚举支持其成员值的按位组合。

[System.Flags]
public enum LoggingOperations
[<System.Flags>]
type LoggingOperations = 
Public Enum LoggingOperations
继承
LoggingOperations
属性

字段

All 7

记录所有操作。

Delete 4

日志删除操作。

None 0

禁用日志记录。

Read 1

日志读取操作。

Write 2

日志写入操作。

适用于