Share via


BackupSchedule Class

Definition

Schedule for backup

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

Constructors

BackupSchedule()

Creates an new BackupSchedule instance.

Properties

RepeatingTimeInterval

ISO 8601 repeating time interval format

TimeZone

Time zone for a schedule. Example: Pacific Standard Time

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackupSchedule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackupSchedule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupSchedule.

FromJsonString(String)

Creates a new instance of BackupSchedule, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackupSchedule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to