TableAccessPolicy 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.
Table Access Policy Properties Object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TableAccessPolicyTypeConverter))]
public class TableAccessPolicy : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableAccessPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TableAccessPolicyTypeConverter))>]
type TableAccessPolicy = class
interface ITableAccessPolicy
interface IJsonSerializable
Public Class TableAccessPolicy
Implements ITableAccessPolicy
- Inheritance
-
TableAccessPolicy
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TableAccessPolicy() |
Creates an new TableAccessPolicy instance. |
Properties
| Name | Description |
|---|---|
| ExpiryTime |
Expiry time of the access policy |
| Permission |
Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d' |
| StartTime |
Start time of the access policy |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TableAccessPolicy. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TableAccessPolicy. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableAccessPolicy. |
| FromJsonString(String) |
Creates a new instance of TableAccessPolicy, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TableAccessPolicy into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |