BackupPlanInput

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Link copied to clipboard

The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.

Link copied to clipboard

An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.

Link copied to clipboard

Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.

Functions

Link copied to clipboard
inline fun copy(block: BackupPlanInput.Builder.() -> Unit = {}): BackupPlanInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String