Partager via


SignedIdentifier Class

Definition

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

Constructors

Name Description
SignedIdentifier()

Creates an new SignedIdentifier instance.

Properties

Name Description
AccessPolicyExpiryTime

Expiry time of the access policy

AccessPolicyPermission

List of abbreviated permissions.

AccessPolicyStartTime

Start time of the access policy

Id

An unique identifier of the stored access policy.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SignedIdentifier.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SignedIdentifier.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SignedIdentifier into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to