BackupSchedule Class

Definition

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

Constructors

BackupSchedule()

Properties

FrequencyInterval
FrequencyUnit
KeepAtLeastOneBackup
LastExecutionTime
RetentionPeriodInDay
StartTime

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to