RestorableLocationResourceInfo 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.
Properties of the regional restorable account.
public class RestorableLocationResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.RestorableLocationResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.RestorableLocationResourceInfo>
type RestorableLocationResourceInfo = class
interface IJsonModel<RestorableLocationResourceInfo>
interface IPersistableModel<RestorableLocationResourceInfo>
Public Class RestorableLocationResourceInfo
Implements IJsonModel(Of RestorableLocationResourceInfo), IPersistableModel(Of RestorableLocationResourceInfo)
- Inheritance
-
RestorableLocationResourceInfo
- Implements
Properties
CreatedOn |
The creation time of the regional restorable database account (ISO-8601 format). |
DeletedOn |
The time at which the regional restorable database account has been deleted (ISO-8601 format). |
LocationName |
The location of the regional restorable account. |
RegionalDatabaseAccountInstanceId |
The instance id of the regional restorable account. |
Explicit Interface Implementations
IJsonModel<RestorableLocationResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RestorableLocationResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RestorableLocationResourceInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RestorableLocationResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RestorableLocationResourceInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET