Uses of Class
com.azure.resourcemanager.storage.fluent.models.TableInner
-
Packages that use TableInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 TableInner Modifier and Type Method Description TableInnerTablesClient. create(String resourceGroupName, String accountName, String tableName)Creates a new table with the specified table name, under the specified account.TableInnerTablesClient. get(String resourceGroupName, String accountName, String tableName)Gets the table with the specified table name, under the specified account if it exists.TableInnerTablesClient. update(String resourceGroupName, String accountName, String tableName)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 TableInner Modifier and Type Method Description Mono<TableInner>TablesClient. createAsync(String resourceGroupName, String accountName, String tableName)Creates a new table with the specified table name, under the specified account.Mono<TableInner>TablesClient. createAsync(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. 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.Mono<TableInner>TablesClient. getAsync(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.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>TablesClient. list(String resourceGroupName, String accountName)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>TablesClient. listAsync(String resourceGroupName, String accountName)Gets a list of all the tables under the specified storage account.Mono<TableInner>TablesClient. updateAsync(String resourceGroupName, String accountName, String tableName)Creates a new table with the specified table name, under the specified account.Mono<TableInner>TablesClient. updateAsync(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.Methods in com.azure.resourcemanager.storage.fluent with parameters of type TableInner Modifier and Type Method Description Mono<TableInner>TablesClient. createAsync(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. 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.Mono<TableInner>TablesClient. updateAsync(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 TableInner Modifier and Type Method Description TableInnerTableInner. 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 TableInner Modifier and Type Method Description List<TableInner>ListTableResource. value()Get the value property: List of tables returned.
-