AnalyticsSynapseArtifactsModelFactory.LinkTableStatus 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 LinkTableStatus.
public static Azure.Analytics.Synapse.Artifacts.Models.LinkTableStatus LinkTableStatus (string id = default, string status = default, string errorMessage = default, object startTime = default, object stopTime = default, string linkTableId = default, string errorCode = default, DateTimeOffset? lastProcessedData = default, DateTimeOffset? lastTransactionCommitTime = default);
static member LinkTableStatus : string * string * string * obj * obj * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.Analytics.Synapse.Artifacts.Models.LinkTableStatus
Public Shared Function LinkTableStatus (Optional id As String = Nothing, Optional status As String = Nothing, Optional errorMessage As String = Nothing, Optional startTime As Object = Nothing, Optional stopTime As Object = Nothing, Optional linkTableId As String = Nothing, Optional errorCode As String = Nothing, Optional lastProcessedData As Nullable(Of DateTimeOffset) = Nothing, Optional lastTransactionCommitTime As Nullable(Of DateTimeOffset) = Nothing) As LinkTableStatus
Parameters
- id
- String
ID provided by the client.
- errorMessage
- String
Link table error message.
- startTime
- Object
Link table start time.
- stopTime
- Object
Link table stop time.
- linkTableId
- String
Link table ID.
- errorCode
- String
Link table error code.
- lastProcessedData
- Nullable<DateTimeOffset>
Link table last processed data time.
- lastTransactionCommitTime
- Nullable<DateTimeOffset>
Link table last transaction commit time.
Returns
A new LinkTableStatus 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