Share via


AzureFileshareProtectedItemExtendedInfo Constructors

Definition

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

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

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}

resourceStateSyncTime
Nullable<DateTime>

The resource state sync time for this backup item.

Applies to