Megosztás a következőn keresztül:


ManagedDatabaseColumnCollection.GetAllAsync(String, CancellationToken) Method

Definition

List managed database columns

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

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 ManagedDatabaseColumnResource that may take multiple service requests to iterate over.

Applies to