Share via


VolumeBackups Constructors

Definition

Overloads

VolumeBackups()

Initializes a new instance of the VolumeBackups class.

VolumeBackups(String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackups class.

VolumeBackups(String, String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackups class.

VolumeBackups()

Initializes a new instance of the VolumeBackups class.

public VolumeBackups ();
Public Sub New ()

Applies to

VolumeBackups(String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackups class.

public VolumeBackups (string volumeName = default, int? backupsCount = default, bool? policyEnabled = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeBackups : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.VolumeBackups
Public Sub New (Optional volumeName As String = Nothing, Optional backupsCount As Nullable(Of Integer) = Nothing, Optional policyEnabled As Nullable(Of Boolean) = Nothing)

Parameters

volumeName
String

Volume name

backupsCount
Nullable<Int32>

Total count of backups for volume

policyEnabled
Nullable<Boolean>

Policy enabled

Applies to

VolumeBackups(String, String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackups class.

public VolumeBackups (string volumeName = default, string volumeResourceId = default, int? backupsCount = default, bool? policyEnabled = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeBackups : string * string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.VolumeBackups
Public Sub New (Optional volumeName As String = Nothing, Optional volumeResourceId As String = Nothing, Optional backupsCount As Nullable(Of Integer) = Nothing, Optional policyEnabled As Nullable(Of Boolean) = Nothing)

Parameters

volumeName
String

Volume name

volumeResourceId
String

ResourceId used to identify the Volume

backupsCount
Nullable<Int32>

Total count of backups for volume

policyEnabled
Nullable<Boolean>

Policy enabled

Applies to