PreValidateEnableBackupContent 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.
Contract to validate if backup can be enabled on the given resource in a given vault and given configuration. It will validate followings
- Vault capacity
- VM is already protected
- Any VM related configuration passed in properties.
public class PreValidateEnableBackupContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.PreValidateEnableBackupContent>
type PreValidateEnableBackupContent = class
interface IJsonModel<PreValidateEnableBackupContent>
interface IPersistableModel<PreValidateEnableBackupContent>
Public Class PreValidateEnableBackupContent
Implements IJsonModel(Of PreValidateEnableBackupContent), IPersistableModel(Of PreValidateEnableBackupContent)
- Inheritance
-
PreValidateEnableBackupContent
- Implements
Constructors
PreValidateEnableBackupContent() |
Initializes a new instance of PreValidateEnableBackupContent. |
Properties
Properties |
Configuration of VM if any needs to be validated like OS type etc. |
ResourceId |
ARM Virtual Machine Id. |
ResourceType |
ProtectedItem Type- VM, SqlDataBase, AzureFileShare etc. |
VaultId |
ARM id of the Recovery Services Vault. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PreValidateEnableBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PreValidateEnableBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PreValidateEnableBackupContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PreValidateEnableBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PreValidateEnableBackupContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET