AzureFileshareProtectedItemExtendedInfo interface
Additional information about Azure File Share backup item.
Properties
oldest |
The oldest backup copy available for this item in the service. |
policy |
Indicates consistency of policy object and policy applied to this backup item. |
recovery |
Number of available backup copies associated with this backup item. |
resource |
Indicates the state of this resource. Possible values are from enum ResourceState {Invalid, Active, SoftDeleted, Deleted} NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The resource state sync time for this backup item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
oldestRecoveryPoint
The oldest backup copy available for this item in the service.
oldestRecoveryPoint?: Date
Property Value
Date
policyState
Indicates consistency of policy object and policy applied to this backup item.
policyState?: string
Property Value
string
recoveryPointCount
Number of available backup copies associated with this backup item.
recoveryPointCount?: number
Property Value
number
resourceState
Indicates the state of this resource. Possible values are from enum ResourceState {Invalid, Active, SoftDeleted, Deleted} NOTE: This property will not be serialized. It can only be populated by the server.
resourceState?: string
Property Value
string
resourceStateSyncTime
The resource state sync time for this backup item. NOTE: This property will not be serialized. It can only be populated by the server.
resourceStateSyncTime?: Date
Property Value
Date