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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET