ConfidentialLedgerBackupResponse Interface

public interface ConfidentialLedgerBackupResponse

An immutable client-side representation of ConfidentialLedgerBackupResponse.

Method Summary

Modifier and Type Method and Description
abstract ConfidentialLedgerBackupResponseInner innerModel()

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

abstract String message()

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

Method Details

innerModel

public abstract ConfidentialLedgerBackupResponseInner innerModel()

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

Returns:

the inner object.

message

public abstract String message()

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

Returns:

the message value.

Applies to