Share via


AzureSqlElasticJobCommunicator.GetCurrentSqlClient Method

Definition

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

public static Microsoft.Azure.Management.Sql.SqlManagementClient GetCurrentSqlClient ();
static member GetCurrentSqlClient : unit -> Microsoft.Azure.Management.Sql.SqlManagementClient
Public Shared Function GetCurrentSqlClient () As SqlManagementClient

Returns

The SQL Management client for the currently selected subscription.

Applies to