StorageTableSignedIdentifier Class

Definition

Object to set Table Access Policy.

public class StorageTableSignedIdentifier : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageTableSignedIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageTableSignedIdentifier>
public class StorageTableSignedIdentifier
type StorageTableSignedIdentifier = class
    interface IJsonModel<StorageTableSignedIdentifier>
    interface IPersistableModel<StorageTableSignedIdentifier>
type StorageTableSignedIdentifier = class
Public Class StorageTableSignedIdentifier
Implements IJsonModel(Of StorageTableSignedIdentifier), IPersistableModel(Of StorageTableSignedIdentifier)
Public Class StorageTableSignedIdentifier
Inheritance
StorageTableSignedIdentifier
Implements

Constructors

StorageTableSignedIdentifier(String)

Initializes a new instance of StorageTableSignedIdentifier.

Properties

AccessPolicy

Access policy.

Id

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

Explicit Interface Implementations

IJsonModel<StorageTableSignedIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageTableSignedIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageTableSignedIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageTableSignedIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageTableSignedIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to