VolumeBackups 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.
Volume details using the backup policy
public class VolumeBackups
type VolumeBackups = class
Public Class VolumeBackups
- Inheritance
-
VolumeBackups
Constructors
VolumeBackups() |
Initializes a new instance of the VolumeBackups class. |
VolumeBackups(String, Nullable<Int32>, Nullable<Boolean>) | |
VolumeBackups(String, String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the VolumeBackups class. |
Properties
BackupsCount |
Gets or sets total count of backups for volume |
PolicyEnabled |
Gets or sets policy enabled |
VolumeName |
Gets or sets volume name |
VolumeResourceId |
Gets or sets resourceId used to identify the Volume |
Extension Methods
ConvertToPs(VolumeBackups) |