ManagedDatabaseColumnsOperationsExtensions.ListByDatabase Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List managed database columns
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseColumn> ListByDatabase (this Microsoft.Azure.Management.Sql.IManagedDatabaseColumnsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, System.Collections.Generic.IList<string> schema = default, System.Collections.Generic.IList<string> table = default, System.Collections.Generic.IList<string> column = default, System.Collections.Generic.IList<string> orderBy = default, string skiptoken = default);
static member ListByDatabase : Microsoft.Azure.Management.Sql.IManagedDatabaseColumnsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseColumn>
<Extension()>
Public Function ListByDatabase (operations As IManagedDatabaseColumnsOperations, resourceGroupName As String, managedInstanceName As String, databaseName As String, Optional schema As IList(Of String) = Nothing, Optional table As IList(Of String) = Nothing, Optional column As IList(Of String) = Nothing, Optional orderBy As IList(Of String) = Nothing, Optional skiptoken As String = Nothing) As IPage(Of DatabaseColumn)
Parameters
- operations
- IManagedDatabaseColumnsOperations
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.
- databaseName
- String
The name of the database.
- skiptoken
- String
An opaque token that identifies a starting point in the collection.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET