Condividi tramite


HistoryServerDiagnosticResponse Constructors

Definition

Overloads

HistoryServerDiagnosticResponse()
HistoryServerDiagnosticResponse(HistoryServerDiagnosticResponseData)

HistoryServerDiagnosticResponse()

Source:
HistoryServerDiagnosticResponse.cs
public HistoryServerDiagnosticResponse ();
Public Sub New ()

Applies to

HistoryServerDiagnosticResponse(HistoryServerDiagnosticResponseData)

Source:
HistoryServerDiagnosticResponse.cs
public HistoryServerDiagnosticResponse (Microsoft.Azure.Synapse.Models.HistoryServerDiagnosticResponseData data = default);
new Microsoft.Azure.Synapse.Models.HistoryServerDiagnosticResponse : Microsoft.Azure.Synapse.Models.HistoryServerDiagnosticResponseData -> Microsoft.Azure.Synapse.Models.HistoryServerDiagnosticResponse
Public Sub New (Optional data As HistoryServerDiagnosticResponseData = Nothing)

Parameters

Applies to