Sdílet prostřednictvím


RestorableDroppedSqlPoolsOperationsExtensions.Get Method

Definition

Gets a deleted sql pool that can be restored

public static Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool Get (this Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations operations, string resourceGroupName, string workspaceName, string restorableDroppedSqlPoolId);
static member Get : Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool
<Extension()>
Public Function Get (operations As IRestorableDroppedSqlPoolsOperations, resourceGroupName As String, workspaceName As String, restorableDroppedSqlPoolId As String) As 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

Returns

Applies to