你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmSqlModelFactory.SyncGroupLogProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SyncGroupLogProperties.
public static Azure.ResourceManager.Sql.Models.SyncGroupLogProperties SyncGroupLogProperties (DateTimeOffset? timestamp = default, Azure.ResourceManager.Sql.Models.SyncGroupLogType? logType = default, string source = default, string details = default, Guid? tracingId = default, string operationStatus = default);
static member SyncGroupLogProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Sql.Models.SyncGroupLogType> * string * string * Nullable<Guid> * string -> Azure.ResourceManager.Sql.Models.SyncGroupLogProperties
Public Shared Function SyncGroupLogProperties (Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional logType As Nullable(Of SyncGroupLogType) = Nothing, Optional source As String = Nothing, Optional details As String = Nothing, Optional tracingId As Nullable(Of Guid) = Nothing, Optional operationStatus As String = Nothing) As SyncGroupLogProperties
Parameters
- timestamp
- Nullable<DateTimeOffset>
Timestamp of the sync group log.
- logType
- Nullable<SyncGroupLogType>
Type of the sync group log.
- source
- String
Source of the sync group log.
- details
- String
Details of the sync group log.
- operationStatus
- String
OperationStatus of the sync group log.
Returns
A new SyncGroupLogProperties instance for mocking.