你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SyncGroupLogProperties 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SyncGroupLogProperties() |
初始化 SyncGroupLogProperties 类的新实例。 |
SyncGroupLogProperties(Nullable<DateTime>, SyncGroupLogType, String, String, Nullable<Guid>, String) |
初始化 SyncGroupLogProperties 类的新实例。 |
SyncGroupLogProperties()
初始化 SyncGroupLogProperties 类的新实例。
public SyncGroupLogProperties ();
Public Sub New ()
适用于
SyncGroupLogProperties(Nullable<DateTime>, SyncGroupLogType, String, String, Nullable<Guid>, String)
初始化 SyncGroupLogProperties 类的新实例。
public SyncGroupLogProperties (DateTime? timestamp = default, Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType type = default, string source = default, string details = default, Guid? tracingId = default, string operationStatus = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogProperties : Nullable<DateTime> * Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType * string * string * Nullable<Guid> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogProperties
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional type As SyncGroupLogType = Nothing, Optional source As String = Nothing, Optional details As String = Nothing, Optional tracingId As Nullable(Of Guid) = Nothing, Optional operationStatus As String = Nothing)
参数
- type
- SyncGroupLogType
同步组日志的类型。 可能的值包括:“All”、“Error”、“Warning”、“Success”
- source
- String
同步组日志的源。
- details
- String
同步组日志的详细信息。
- operationStatus
- String
同步组日志的 OperationStatus。