TablesClient Interface
public interface TablesClient
An instance of this class provides access to all the operations defined in TablesClient.
Method Summary
Method Details
create
public abstract TableInner create(String resourceGroupName, String accountName, String tableName)
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
createAsync
public abstract Mono
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
createWithResponse
public abstract Response
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String tableName)
Deletes the table with the specified table name, under the specified account if it exists.
Parameters:
deleteAsync
public abstract Mono
Deletes the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
get
public abstract TableInner get(String resourceGroupName, String accountName, String tableName)
Gets the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the table with the specified table name, under the specified account if it exists.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of all the tables under the specified storage account.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of all the tables under the specified storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of all the tables under the specified storage account.
Parameters:
Returns:
update
public abstract TableInner update(String resourceGroupName, String accountName, String tableName)
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
updateAsync
public abstract Mono
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
updateWithResponse
public abstract Response
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Creates a new table with the specified table name, under the specified account.
Parameters:
Returns:
Applies to
Azure SDK for Java