Table Class
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.
Properties of the table, including Id, resource name, resource type.
public class Table : Azure.ResourceManager.Storage.Models.Resource
type Table = class
inherit Resource
Public Class Table
Inherits Resource
- Inheritance
Constructors
Table() |
Initializes a new instance of Table. |
Properties
Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from Resource) |
Name |
The name of the resource. (Inherited from Resource) |
TableName |
Table name under the specified account. |
Type |
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. (Inherited from Resource) |