StorageProtectableContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |