Freigeben über


ConfidentialLedgerRestoreResponse Interface

public interface ConfidentialLedgerRestoreResponse

An immutable client-side representation of ConfidentialLedgerRestoreResponse.

Method Summary

Modifier and Type Method and Description
abstract ConfidentialLedgerRestoreResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ConfidentialLedgerRestoreResponseInner object.

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:

the inner object.

message

public abstract String message()

Gets the message property: Response body stating if the ledger is being restored.

Returns:

the message value.

Applies to