AzureFileshareProtectedItemExtendedInfo 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
AzureFileshareProtectedItemExtendedInfo() |
Initializes a new instance of the AzureFileshareProtectedItemExtendedInfo class. |
AzureFileshareProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String, String, Nullable<DateTime>) |
Initializes a new instance of the AzureFileshareProtectedItemExtendedInfo class. |
AzureFileshareProtectedItemExtendedInfo()
Initializes a new instance of the AzureFileshareProtectedItemExtendedInfo class.
public AzureFileshareProtectedItemExtendedInfo ();
Public Sub New ()
Applies to
AzureFileshareProtectedItemExtendedInfo(Nullable<DateTime>, Nullable<Int32>, String, String, Nullable<DateTime>)
Initializes a new instance of the AzureFileshareProtectedItemExtendedInfo class.
public AzureFileshareProtectedItemExtendedInfo (DateTime? oldestRecoveryPoint = default, int? recoveryPointCount = default, string policyState = default, string resourceState = default, DateTime? resourceStateSyncTime = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureFileshareProtectedItemExtendedInfo : Nullable<DateTime> * Nullable<int> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureFileshareProtectedItemExtendedInfo
Public Sub New (Optional oldestRecoveryPoint As Nullable(Of DateTime) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional policyState As String = Nothing, Optional resourceState As String = Nothing, Optional resourceStateSyncTime As Nullable(Of DateTime) = 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
Indicates consistency of policy object and policy applied to this backup item.
- resourceState
- String
Indicates the state of this resource. Possible values are from enum ResourceState {Invalid, Active, SoftDeleted, Deleted}