azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

238 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient"
name: "DatabaseTablesClient"
nameWithType: "DatabaseTablesClient"
summary: "An instance of this class provides access to all the operations defined in Database<wbr>Tables<wbr>Client."
syntax: "public interface **DatabaseTablesClient**"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
name: "get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
nameWithType: "DatabaseTablesClient.get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
summary: "Get database table."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DatabaseTableInner get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
desc: "Get database table."
returns:
description: "database table."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
name: "getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
nameWithType: "DatabaseTablesClient.getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
summary: "Get database table."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<DatabaseTableInner> getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
desc: "Get database table."
returns:
description: "database table on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, Context context)"
nameWithType: "DatabaseTablesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, Context context)"
summary: "Get database table."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<DatabaseTableInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, Context context)"
desc: "Get database table."
returns:
description: "database table along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
name: "getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
nameWithType: "DatabaseTablesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
summary: "Get database table."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the table."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<DatabaseTableInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName)"
desc: "Get database table."
returns:
description: "database table along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchema(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName)"
name: "listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName)"
nameWithType: "DatabaseTablesClient.listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName)"
summary: "List database tables."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DatabaseTableInner> listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName)"
desc: "List database tables."
returns:
description: "a list of database tables as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchema(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter, Context context)"
name: "listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter, Context context)"
nameWithType: "DatabaseTablesClient.listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter, Context context)"
summary: "List database tables."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An OData filter expression that filters elements in the collection."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<DatabaseTableInner> listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter, Context context)"
desc: "List database tables."
returns:
description: "a list of database tables as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchemaAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName)"
name: "listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName)"
nameWithType: "DatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName)"
summary: "List database tables."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DatabaseTableInner> listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName)"
desc: "List database tables."
returns:
description: "a list of database tables as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchemaAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter)"
name: "listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter)"
nameWithType: "DatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter)"
summary: "List database tables."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the schema."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "An OData filter expression that filters elements in the collection."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<DatabaseTableInner> listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter)"
desc: "List database tables."
returns:
description: "a list of database tables as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner&text=DatabaseTableInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DatabaseTablesClient."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0