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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET