Share via


ManagedDatabasesOperationsExtensions.ListInaccessibleByInstanceAsync Method

Definition

Gets a list of inaccessible managed databases in a managed instance

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedDatabase>> ListInaccessibleByInstanceAsync (this Microsoft.Azure.Management.Sql.IManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member ListInaccessibleByInstanceAsync : Microsoft.Azure.Management.Sql.IManagedDatabasesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedDatabase>>
<Extension()>
Public Function ListInaccessibleByInstanceAsync (operations As IManagedDatabasesOperations, resourceGroupName As String, managedInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedDatabase))

Parameters

operations
IManagedDatabasesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName
String

The name of the managed instance.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to