public interface TablesClient
| Modifier and Type | Method and Description |
|---|---|
TableInner |
create(String resourceGroupName,
String accountName,
String tableName)
Creates a new table with the specified table name, under the specified account.
|
Mono<TableInner> |
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> |
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>> |
createWithResponseAsync(String resourceGroupName,
String accountName,
String tableName)
Creates a new table with the specified table name, under the specified account.
|
void |
delete(String resourceGroupName,
String accountName,
String tableName)
Deletes the table with the specified table name, under the specified account if it exists.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String tableName)
Deletes the table with the specified table name, under the specified account if it exists.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String accountName,
String tableName,
com.azure.core.util.Context context)
Deletes the table with the specified table name, under the specified account if it exists.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String accountName,
String tableName)
Deletes the table with the specified table name, under the specified account if it exists.
|
TableInner |
get(String resourceGroupName,
String accountName,
String tableName)
Gets the table with the specified table name, under the specified account if it exists.
|
Mono<TableInner> |
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> |
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>> |
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> |
list(String resourceGroupName,
String accountName)
Gets a list of all the tables under the specified storage account.
|
com.azure.core.http.rest.PagedIterable<TableInner> |
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> |
listAsync(String resourceGroupName,
String accountName)
Gets a list of all the tables under the specified storage account.
|
TableInner |
update(String resourceGroupName,
String accountName,
String tableName)
Creates a new table with the specified table name, under the specified account.
|
Mono<TableInner> |
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> |
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>> |
updateWithResponseAsync(String resourceGroupName,
String accountName,
String tableName)
Creates a new table with the specified table name, under the specified account.
|
Mono<com.azure.core.http.rest.Response<TableInner>> createWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TableInner> createAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TableInner create(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TableInner> createWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TableInner>> updateWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TableInner> updateAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TableInner update(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TableInner> updateWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TableInner>> getWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TableInner> getAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TableInner get(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TableInner> getWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String accountName, String tableName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.tableName - A table name must be unique within a storage account and must be between 3 and 63 characters.The
name must comprise of only alphanumeric characters and it cannot begin with a numeric character.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<TableInner> listAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TableInner> list(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TableInner> list(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.