TableProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TablePropertiesTypeConverter))]
public class TableProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TablePropertiesTypeConverter))>]
type TableProperties = class
interface ITableProperties
interface IJsonSerializable
Public Class TableProperties
Implements ITableProperties
- Inheritance
-
TableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TableProperties() |
Creates an new TableProperties instance. |
Properties
| Name | Description |
|---|---|
| SignedIdentifier |
List of stored access policies specified on the table. |
| TableName |
Table name under the specified account |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableProperties. |
| FromJsonString(String) |
Creates a new instance of TableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |