Поделиться через


LogSchedulePolicy Class

Definition

Log policy schedule.

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

Constructors

LogSchedulePolicy()

Initializes a new instance of LogSchedulePolicy.

Properties

ScheduleFrequencyInMins

Frequency of the log schedule operation of this policy in minutes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupSchedulePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupSchedulePolicy)
IJsonModel<LogSchedulePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogSchedulePolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupSchedulePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupSchedulePolicy)
IPersistableModel<LogSchedulePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogSchedulePolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogSchedulePolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to