RestorableDroppedSqlPoolsOperationsExtensions.GetAsync Method

Definition

Gets a deleted sql pool that can be restored

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool> GetAsync (this Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations operations, string resourceGroupName, string workspaceName, string restorableDroppedSqlPoolId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool>
<Extension()>
Public Function GetAsync (operations As IRestorableDroppedSqlPoolsOperations, resourceGroupName As String, workspaceName As String, restorableDroppedSqlPoolId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RestorableDroppedSqlPool)

Parameters

operations
IRestorableDroppedSqlPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

restorableDroppedSqlPoolId
String

The id of the deleted Sql Pool in the form of sqlPoolName,deletionTimeInFileTimeFormat

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to