BackupPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The backup policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BackupPolicy : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupPolicy = class
inherit BaseModel
Public Class BackupPolicy
Inherits BaseModel
- Inheritance
- Attributes
Constructors
BackupPolicy() |
Initializes a new instance of the BackupPolicy class. |
BackupPolicy(IList<String>, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<ScheduledBackupStatus>, Nullable<BackupPolicyCreationType>, String) |
Initializes a new instance of the BackupPolicy class. |
Properties
BackupPolicyCreationType |
Gets the backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager. Possible values include: 'BySaaS', 'BySSM' |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
LastBackupTime |
Gets the time of the last backup for the backup policy. |
Name |
Gets the name of the object. (Inherited from BaseModel) |
NextBackupTime |
Gets the time of the next backup for the backup policy. |
ScheduledBackupStatus |
Gets indicates whether atleast one of the schedules in the backup policy is active or not. Possible values include: 'Disabled', 'Enabled' |
SchedulesCount |
Gets the count of schedules the backup policy contains. |
SsmHostName |
Gets if the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager. |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
VolumeIds |
Gets or sets the path IDs of the volumes which are part of the backup policy. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET