AzureSqlProtectedItemExtendedInfo Constructors
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.
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
The oldest backup copy available for this item in the service.
Number of available backup copies associated with this backup item.
- policyState
- String
State of the backup policy associated with this backup item.
Applies to
Azure SDK for .NET