Skip to main content

table

Overview

Nametable
TypeResource
Idazure.storage.table

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobject
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, resourceGroupName, subscriptionId, tableNameGets the table with the specified table name, under the specified account if it exists.
listSELECTaccountName, resourceGroupName, subscriptionIdGets a list of all the tables under the specified storage account
createINSERTaccountName, resourceGroupName, subscriptionId, tableNameCreates a new table with the specified table name, under the specified account.
deleteDELETEaccountName, resourceGroupName, subscriptionId, tableNameDeletes the table with the specified table name, under the specified account if it exists.
_listEXECaccountName, resourceGroupName, subscriptionIdGets a list of all the tables under the specified storage account
updateEXECaccountName, resourceGroupName, subscriptionId, tableNameCreates a new table with the specified table name, under the specified account.