共用方式為


ManagedDatabaseSchemaCollection.GetAllAsync(String, CancellationToken) Method

Definition

List managed database schemas

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/schemas
  • Operation Id: ManagedDatabaseSchemas_ListByDatabase
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedDatabaseSchemaResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedDatabaseSchemaResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedDatabaseSchemaResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedDatabaseSchemaResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedDatabaseSchemaResource)

Parameters

filter
String

An OData filter expression that filters elements in the collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ManagedDatabaseSchemaResource that may take multiple service requests to iterate over.

Applies to