Compartilhar via


UnlockDeleteResponse Interface

public interface UnlockDeleteResponse

An immutable client-side representation of UnlockDeleteResponse.

Method Summary

Modifier and Type Method and Description
abstract UnlockDeleteResponseInner innerModel()

Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.UnlockDeleteResponseInner object.

abstract String unlockDeleteExpiryTime()

Gets the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.

Method Details

innerModel

public abstract UnlockDeleteResponseInner innerModel()

Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.UnlockDeleteResponseInner object.

Returns:

the inner object.

unlockDeleteExpiryTime

public abstract String unlockDeleteExpiryTime()

Gets the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.

Returns:

the unlockDeleteExpiryTime value.

Applies to