Interface UnlockDeleteResponse
-
public interface UnlockDeleteResponse
An immutable client-side representation of UnlockDeleteResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnlockDeleteResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.UnlockDeleteResponseInner object.String
unlockDeleteExpiryTime()
Gets the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.
-
-
-
Method Detail
-
unlockDeleteExpiryTime
String unlockDeleteExpiryTime()
Gets the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.- Returns:
- the unlockDeleteExpiryTime value.
-
innerModel
UnlockDeleteResponseInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.UnlockDeleteResponseInner object.- Returns:
- the inner object.
-
-