ImmutableStorageWithVersioning Class

Definition

Object level immutability properties of the container.

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

Constructors

ImmutableStorageWithVersioning()

Initializes a new instance of ImmutableStorageWithVersioning.

Properties

IsEnabled

This is an immutable property, when set to true it enables object level immutability at the container level.

MigrationState

This property denotes the container level immutability to object level immutability migration state.

TimeStamp

Returns the date and time the object level immutability was enabled.

Explicit Interface Implementations

IJsonModel<ImmutableStorageWithVersioning>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ImmutableStorageWithVersioning>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImmutableStorageWithVersioning>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImmutableStorageWithVersioning>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ImmutableStorageWithVersioning>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to