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

ManagedCcfRestoreResponse Interface

public interface ManagedCcfRestoreResponse

An immutable client-side representation of ManagedCcfRestoreResponse.

Method Summary

Modifier and Type Method and Description
abstract ManagedCcfRestoreResponseInner innerModel()

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

abstract String message()

Gets the message property: Response body stating if the managed CCF resource is being restored.

Method Details

innerModel

public abstract ManagedCcfRestoreResponseInner innerModel()

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

Returns:

the inner object.

message

public abstract String message()

Gets the message property: Response body stating if the managed CCF resource is being restored.

Returns:

the message value.

Applies to