共用方式為


VmAppContainerProtectableContainer Class

Definition

Azure workload-specific container.

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

Constructors

VmAppContainerProtectableContainer()

Initializes a new instance of VmAppContainerProtectableContainer.

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<VmAppContainerProtectableContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmAppContainerProtectableContainer>.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<VmAppContainerProtectableContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmAppContainerProtectableContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmAppContainerProtectableContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to