Поделиться через


StorageProtectableContainer Class

Definition

Azure Storage-specific protectable containers.

public class StorageProtectableContainer : Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectableContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.StorageProtectableContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.StorageProtectableContainer>
type StorageProtectableContainer = class
    inherit ProtectableContainer
    interface IJsonModel<StorageProtectableContainer>
    interface IPersistableModel<StorageProtectableContainer>
Public Class StorageProtectableContainer
Inherits ProtectableContainer
Implements IJsonModel(Of StorageProtectableContainer), IPersistableModel(Of StorageProtectableContainer)
Inheritance
StorageProtectableContainer
Implements

Constructors

StorageProtectableContainer()

Initializes a new instance of StorageProtectableContainer.

Properties

BackupManagementType

Type of backup management for the container.

(Inherited from ProtectableContainer)
ContainerId

Fabric Id of the container such as ARM Id.

(Inherited from ProtectableContainer)
FriendlyName

Friendly name of the container.

(Inherited from ProtectableContainer)
HealthStatus

Status of health of the container.

(Inherited from ProtectableContainer)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProtectableContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ProtectableContainer)
IJsonModel<ProtectableContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ProtectableContainer)
IJsonModel<StorageProtectableContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageProtectableContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProtectableContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ProtectableContainer)
IPersistableModel<ProtectableContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ProtectableContainer)
IPersistableModel<ProtectableContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ProtectableContainer)
IPersistableModel<StorageProtectableContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageProtectableContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageProtectableContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to