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