ArmRecoveryServicesBackupModelFactory.FileshareProtectedItemExtendedInfo Method
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.
Initializes a new instance of FileshareProtectedItemExtendedInfo.
public static Azure.ResourceManager.RecoveryServicesBackup.Models.FileshareProtectedItemExtendedInfo FileshareProtectedItemExtendedInfo (DateTimeOffset? oldestRecoverOn = default, int? recoveryPointCount = default, string policyState = default, string resourceState = default, DateTimeOffset? resourceStateSyncOn = default);
static member FileshareProtectedItemExtendedInfo : Nullable<DateTimeOffset> * Nullable<int> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesBackup.Models.FileshareProtectedItemExtendedInfo
Public Shared Function FileshareProtectedItemExtendedInfo (Optional oldestRecoverOn As Nullable(Of DateTimeOffset) = Nothing, Optional recoveryPointCount As Nullable(Of Integer) = Nothing, Optional policyState As String = Nothing, Optional resourceState As String = Nothing, Optional resourceStateSyncOn As Nullable(Of DateTimeOffset) = Nothing) As FileshareProtectedItemExtendedInfo
Parameters
- oldestRecoverOn
- Nullable<DateTimeOffset>
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}.
- resourceStateSyncOn
- Nullable<DateTimeOffset>
The resource state sync time for this backup item.
Returns
A new FileshareProtectedItemExtendedInfo instance for mocking.