Share via


IBackupSchedule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupScheduleTypeConverter))]
public interface IBackupSchedule : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupScheduleTypeConverter))>]
type IBackupSchedule = interface
    interface IJsonSerializable
Public Interface IBackupSchedule
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

RepeatingTimeInterval

ISO 8601 repeating time interval format

TimeZone

Time zone for a schedule. Example: Pacific Standard Time

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to