BackupRequest Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupRequestTypeConverter))]
public class BackupRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBackupRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BackupRequestTypeConverter))>]
type BackupRequest = class
    interface IBackupRequest
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class BackupRequest
Implements IBackupRequest, IValidates
Inheritance
BackupRequest
Attributes
Implements

Constructors

BackupRequest()

Properties

BackupName
BackupScheduleFrequencyInterval
BackupScheduleFrequencyUnit
BackupScheduleKeepAtLeastOneBackup
BackupScheduleLastExecutionTime
BackupScheduleRetentionPeriodInDay
BackupScheduleStartTime
Database
Enabled
Id
Kind
Name
StorageAccountUrl
Type

Methods

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

Applies to