你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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