| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TableInner |
TablesClient.create(String resourceGroupName,
String accountName,
String tableName)
Creates a new table with the specified table name, under the specified account.
|
TableInner |
TablesClient.get(String resourceGroupName,
String accountName,
String tableName)
Gets the table with the specified table name, under the specified account if it exists.
|
TableInner |
TablesClient.update(String resourceGroupName,
String accountName,
String tableName)
Creates a new table with the specified table name, under the specified account.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.