StorageSignedIdentifier Class

Definition

The StorageSignedIdentifier.

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

Constructors

StorageSignedIdentifier()

Initializes a new instance of StorageSignedIdentifier.

Properties

AccessPolicy

Access policy.

Id

An unique identifier of the stored access policy.

Explicit Interface Implementations

IJsonModel<StorageSignedIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageSignedIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageSignedIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageSignedIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageSignedIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to