Udostępnij przez


TableSignedIdentifier Class

Definition

Object to set Table Access Policy.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TableSignedIdentifierTypeConverter))]
public class TableSignedIdentifier : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableSignedIdentifier
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TableSignedIdentifierTypeConverter))>]
type TableSignedIdentifier = class
    interface ITableSignedIdentifier
    interface IJsonSerializable
Public Class TableSignedIdentifier
Implements ITableSignedIdentifier
Inheritance
TableSignedIdentifier
Attributes
Implements

Constructors

Name Description
TableSignedIdentifier()

Creates an new TableSignedIdentifier instance.

Properties

Name Description
AccessPolicyExpiryTime

Expiry time of the access policy

AccessPolicyPermission

Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d'

AccessPolicyStartTime

Start time of the access policy

Id

unique-64-character-value of the stored access policy.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TableSignedIdentifier.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TableSignedIdentifier.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITableSignedIdentifier.

FromJsonString(String)

Creates a new instance of TableSignedIdentifier, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TableSignedIdentifier into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to