共用方式為


PeriodicModeProperties Class

Definition

Configuration values for periodic mode backup

public class PeriodicModeProperties
type PeriodicModeProperties = class
Public Class PeriodicModeProperties
Inheritance
PeriodicModeProperties

Constructors

PeriodicModeProperties()

Initializes a new instance of the PeriodicModeProperties class.

PeriodicModeProperties(Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the PeriodicModeProperties class.

Properties

BackupIntervalInMinutes

Gets or sets an integer representing the interval in minutes between two backups

BackupRetentionIntervalInHours

Gets or sets an integer representing the time (in hours) that each backup is retained

BackupStorageRedundancy

Gets or sets enum to indicate type of backup residency. Possible values include: 'Geo', 'Local', 'Zone'

Methods

Validate()

Validate the object.

Applies to