Uses of Class
com.azure.resourcemanager.storage.fluent.models.TableInner
Packages that use TableInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of TableInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return TableInnerModifier and TypeMethodDescriptionCreates a new table with the specified table name, under the specified account.Gets the table with the specified table name, under the specified account if it exists.Creates a new table with the specified table name, under the specified account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type TableInnerModifier and TypeMethodDescriptionTablesClient.createAsync(String resourceGroupName, String accountName, String tableName) Creates a new table with the specified table name, under the specified account.com.azure.core.http.rest.Response<TableInner> TablesClient.createWithResponse(String resourceGroupName, String accountName, String tableName, TableInner parameters, com.azure.core.util.Context context) Creates a new table with the specified table name, under the specified account.Mono<com.azure.core.http.rest.Response<TableInner>> TablesClient.createWithResponseAsync(String resourceGroupName, String accountName, String tableName, TableInner parameters) Creates a new table with the specified table name, under the specified account.Gets the table with the specified table name, under the specified account if it exists.com.azure.core.http.rest.Response<TableInner> TablesClient.getWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context) Gets the table with the specified table name, under the specified account if it exists.Mono<com.azure.core.http.rest.Response<TableInner>> TablesClient.getWithResponseAsync(String resourceGroupName, String accountName, String tableName) Gets the table with the specified table name, under the specified account if it exists.com.azure.core.http.rest.PagedIterable<TableInner> Gets a list of all the tables under the specified storage account.com.azure.core.http.rest.PagedIterable<TableInner> TablesClient.list(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets a list of all the tables under the specified storage account.com.azure.core.http.rest.PagedFlux<TableInner> Gets a list of all the tables under the specified storage account.TablesClient.updateAsync(String resourceGroupName, String accountName, String tableName) Creates a new table with the specified table name, under the specified account.com.azure.core.http.rest.Response<TableInner> TablesClient.updateWithResponse(String resourceGroupName, String accountName, String tableName, TableInner parameters, com.azure.core.util.Context context) Creates a new table with the specified table name, under the specified account.Mono<com.azure.core.http.rest.Response<TableInner>> TablesClient.updateWithResponseAsync(String resourceGroupName, String accountName, String tableName, TableInner parameters) Creates a new table with the specified table name, under the specified account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type TableInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TableInner> TablesClient.createWithResponse(String resourceGroupName, String accountName, String tableName, TableInner parameters, com.azure.core.util.Context context) Creates a new table with the specified table name, under the specified account.Mono<com.azure.core.http.rest.Response<TableInner>> TablesClient.createWithResponseAsync(String resourceGroupName, String accountName, String tableName, TableInner parameters) Creates a new table with the specified table name, under the specified account.com.azure.core.http.rest.Response<TableInner> TablesClient.updateWithResponse(String resourceGroupName, String accountName, String tableName, TableInner parameters, com.azure.core.util.Context context) Creates a new table with the specified table name, under the specified account.Mono<com.azure.core.http.rest.Response<TableInner>> TablesClient.updateWithResponseAsync(String resourceGroupName, String accountName, String tableName, TableInner parameters) Creates a new table with the specified table name, under the specified account. -
Uses of TableInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return TableInnerModifier and TypeMethodDescriptionstatic TableInnerTableInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TableInner from the JsonReader.TableInner.withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the table. -
Uses of TableInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type TableInnerModifier and TypeMethodDescriptionListTableResource.value()Get the value property: List of tables returned.