Share via


WorkloadSqlAutoProtectionIntent Class

Definition

Azure Workload SQL Auto Protection intent item.

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

Constructors

WorkloadSqlAutoProtectionIntent()

Initializes a new instance of WorkloadSqlAutoProtectionIntent.

Properties

BackupManagementType

Type of backup management for the backed up item.

(Inherited from BackupGenericProtectionIntent)
ItemId

ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId.

(Inherited from BackupGenericProtectionIntent)
PolicyId

ID of the backup policy with which this item is backed up.

(Inherited from BackupGenericProtectionIntent)
ProtectionState

Backup state of this backup item.

(Inherited from BackupGenericProtectionIntent)
SourceResourceId

ARM ID of the resource to be backed up.

(Inherited from BackupGenericProtectionIntent)
WorkloadItemType

Workload item type of the item for which intent is to be set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericProtectionIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericProtectionIntent)
IJsonModel<RecoveryServiceVaultProtectionIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryServiceVaultProtectionIntent)
IJsonModel<WorkloadAutoProtectionIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkloadAutoProtectionIntent)
IJsonModel<WorkloadSqlAutoProtectionIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkloadSqlAutoProtectionIntent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericProtectionIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupGenericProtectionIntent)
IPersistableModel<RecoveryServiceVaultProtectionIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RecoveryServiceVaultProtectionIntent)
IPersistableModel<WorkloadAutoProtectionIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WorkloadAutoProtectionIntent)
IPersistableModel<WorkloadSqlAutoProtectionIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadSqlAutoProtectionIntent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadSqlAutoProtectionIntent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to