Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseTableInner
Packages that use DatabaseTableInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of DatabaseTableInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return DatabaseTableInnerModifier and TypeMethodDescriptionDatabaseTablesClient.get(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName) Get database table.ManagedDatabaseTablesClient.get(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName) Get managed database table.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type DatabaseTableInnerModifier and TypeMethodDescriptionDatabaseTablesClient.getAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName) Get database table.ManagedDatabaseTablesClient.getAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName) Get managed database table.com.azure.core.http.rest.Response<DatabaseTableInner>DatabaseTablesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName, com.azure.core.util.Context context) Get database table.com.azure.core.http.rest.Response<DatabaseTableInner>ManagedDatabaseTablesClient.getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName, com.azure.core.util.Context context) Get managed database table.Mono<com.azure.core.http.rest.Response<DatabaseTableInner>>DatabaseTablesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String tableName) Get database table.Mono<com.azure.core.http.rest.Response<DatabaseTableInner>>ManagedDatabaseTablesClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String tableName) Get managed database table.com.azure.core.http.rest.PagedIterable<DatabaseTableInner>DatabaseTablesClient.listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName) List database tables.com.azure.core.http.rest.PagedIterable<DatabaseTableInner>DatabaseTablesClient.listBySchema(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter, com.azure.core.util.Context context) List database tables.com.azure.core.http.rest.PagedIterable<DatabaseTableInner>ManagedDatabaseTablesClient.listBySchema(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName) List managed database tables.com.azure.core.http.rest.PagedIterable<DatabaseTableInner>ManagedDatabaseTablesClient.listBySchema(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String filter, com.azure.core.util.Context context) List managed database tables.com.azure.core.http.rest.PagedFlux<DatabaseTableInner>DatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName) List database tables.com.azure.core.http.rest.PagedFlux<DatabaseTableInner>DatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String serverName, String databaseName, String schemaName, String filter) List database tables.com.azure.core.http.rest.PagedFlux<DatabaseTableInner>ManagedDatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName) List managed database tables.com.azure.core.http.rest.PagedFlux<DatabaseTableInner>ManagedDatabaseTablesClient.listBySchemaAsync(String resourceGroupName, String managedInstanceName, String databaseName, String schemaName, String filter) List managed database tables. -
Uses of DatabaseTableInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseTableInnerModifier and TypeMethodDescriptionDatabaseTableInner.withMemoryOptimized(Boolean memoryOptimized) Set the memoryOptimized property: Whether or not the table is memory optimized.DatabaseTableInner.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type. -
Uses of DatabaseTableInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type DatabaseTableInnerModifier and TypeMethodDescriptionDatabaseTableListResult.value()Get the value property: Array of results.