Share via


VolumeBackupProperties2023_07_01 Constructors

Definition

Overloads

VolumeBackupProperties2023_07_01()

Initializes a new instance of the VolumeBackupProperties class.

VolumeBackupProperties2023_07_01(String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackupProperties class.

VolumeBackupProperties2023_07_01()

Initializes a new instance of the VolumeBackupProperties class.

public VolumeBackupProperties2023_07_01 ();
Public Sub New ()

Applies to

VolumeBackupProperties2023_07_01(String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the VolumeBackupProperties class.

public VolumeBackupProperties2023_07_01 (string backupPolicyId = default, bool? policyEnforced = default, bool? backupEnabled = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties2023_07_01 : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.VolumeBackupProperties2023_07_01
Public Sub New (Optional backupPolicyId As String = Nothing, Optional policyEnforced As Nullable(Of Boolean) = Nothing, Optional backupEnabled As Nullable(Of Boolean) = Nothing)

Parameters

backupPolicyId
String

Backup Policy Resource ID

policyEnforced
Nullable<Boolean>

Policy Enforced

backupEnabled
Nullable<Boolean>

Backup Enabled

Applies to