Mono<TableInner> |
TablesClient.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,
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) |
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.
|
com.azure.core.http.rest.Response<TableInner> |
TablesClient.updateWithResponse(String resourceGroupName,
String accountName,
String tableName,
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) |
Creates a new table with the specified table name, under the specified account.
|