Delen via


StorageContainer Class

Definition

Azure Storage Account workload-specific container.

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

Constructors

StorageContainer()

Initializes a new instance of StorageContainer.

Properties

AcquireStorageAccountLock

Whether storage account lock is to be acquired for this container or not.

BackupManagementType

Type of backup management for the container.

(Inherited from BackupGenericProtectionContainer)
FriendlyName

Friendly name of the container.

(Inherited from BackupGenericProtectionContainer)
HealthStatus

Status of health of the container.

(Inherited from BackupGenericProtectionContainer)
ProtectableObjectType

Type of the protectable object associated with this container.

(Inherited from BackupGenericProtectionContainer)
ProtectedItemCount

Number of items backed up in this container.

RegistrationStatus

Status of registration of the container with the Recovery Services Vault.

(Inherited from BackupGenericProtectionContainer)
ResourceGroup

Resource group name of Recovery Services Vault.

SourceResourceId

Fully qualified ARM url.

StorageAccountVersion

Storage account version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericProtectionContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericProtectionContainer)
IJsonModel<StorageContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericProtectionContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupGenericProtectionContainer)
IPersistableModel<StorageContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to