ConfidentialLedgerRestoreResponse Interface
public interface ConfidentialLedgerRestoreResponse
An immutable client-side representation of ConfidentialLedgerRestoreResponse.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Confidential |
innerModel()
Gets the inner com. |
abstract String |
message()
Gets the message property: Response body stating if the ledger is being restored. |
Method Details
innerModel
public abstract ConfidentialLedgerRestoreResponseInner innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerRestoreResponseInner object.
Returns:
message
public abstract String message()
Gets the message property: Response body stating if the ledger is being restored.
Returns:
Applies to
Azure SDK for Java