Sdílet prostřednictvím


ScheduleBasedBackupTriggerContext Class

Definition

Schedule based trigger context.

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

Constructors

ScheduleBasedBackupTriggerContext(DataProtectionBackupSchedule, IEnumerable<DataProtectionBackupTaggingCriteria>)

Initializes a new instance of ScheduleBasedBackupTriggerContext.

Properties

Schedule

Schedule for this backup.

TaggingCriteriaList

List of tags that can be applicable for given schedule.

Explicit Interface Implementations

IJsonModel<DataProtectionBackupTriggerContext>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataProtectionBackupTriggerContext)
IJsonModel<ScheduleBasedBackupTriggerContext>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduleBasedBackupTriggerContext>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupTriggerContext>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataProtectionBackupTriggerContext)
IPersistableModel<ScheduleBasedBackupTriggerContext>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduleBasedBackupTriggerContext>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduleBasedBackupTriggerContext>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to