MonitoringClient.GetSqlJobQueryStringAsync 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.
Get SQL OD/DW Query for the workspace.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.Monitoring.Models.SqlQueryStringDataModel>> GetSqlJobQueryStringAsync(string filter = default, string orderby = default, string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSqlJobQueryStringAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.Monitoring.Models.SqlQueryStringDataModel>>
override this.GetSqlJobQueryStringAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.Monitoring.Models.SqlQueryStringDataModel>>
Public Overridable Function GetSqlJobQueryStringAsync (Optional filter As String = Nothing, Optional orderby As String = Nothing, Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SqlQueryStringDataModel))
Parameters
- filter
- String
The String to use.
- orderby
- String
The String to use.
- skip
- String
The String to use.
- cancellationToken
- CancellationToken
The cancellation token to use.