AzureSqlProtectedItemExtendedInfo Constructors

Definition

Overloads

AzureSqlProtectedItemExtendedInfo()

Initializes a new instance of the AzureSqlProtectedItemExtendedInfo class.

AzureSqlProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String)

Initializes a new instance of the AzureSqlProtectedItemExtendedInfo class.

AzureSqlProtectedItemExtendedInfo()

Initializes a new instance of the AzureSqlProtectedItemExtendedInfo class.

public AzureSqlProtectedItemExtendedInfo ();
Public Sub New ()

Applies to

AzureSqlProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String)

Initializes a new instance of the AzureSqlProtectedItemExtendedInfo class.

public AzureSqlProtectedItemExtendedInfo (DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default, string policyState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<int> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureSqlProtectedItemExtendedInfo
Public Sub New (Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional policyState As String = Nothing)

Parameters

oldestRecoveryPoint
Nullable<DateTime>

The oldest backup copy available for this item in the service.

recoveryPointCount
Nullable<Int32>

Number of available backup copies associated with this backup item.

policyState
String

State of the backup policy associated with this backup item.

Applies to