ManagedCcfRestoreResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object representing the restore response of a Managed CCF Resource.
public class ManagedCcfRestoreResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfRestoreResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfRestoreResult>
type ManagedCcfRestoreResult = class
interface IJsonModel<ManagedCcfRestoreResult>
interface IPersistableModel<ManagedCcfRestoreResult>
Public Class ManagedCcfRestoreResult
Implements IJsonModel(Of ManagedCcfRestoreResult), IPersistableModel(Of ManagedCcfRestoreResult)
- Inheritance
-
ManagedCcfRestoreResult
- Implements
Properties
Message |
Response body stating if the managed CCF resource is being restored. |
Explicit Interface Implementations
IJsonModel<ManagedCcfRestoreResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedCcfRestoreResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedCcfRestoreResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedCcfRestoreResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedCcfRestoreResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET