LogSchedulePolicy 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.
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
- 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
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET