StorageTableManagement.GetAzureStorageTable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an instance of a AzureStorageTable wrapping TableClient configured with the current TableServiceClient options, affinitized to the specified tableName.
public Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable GetAzureStorageTable (string tableName);
abstract member GetAzureStorageTable : string -> Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable
override this.GetAzureStorageTable : string -> Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageTable
Public Function GetAzureStorageTable (tableName As String) As AzureStorageTable
Parameters
- tableName
- String