SiteRecoveryDataStore 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.
The datastore details of the MT.
public class SiteRecoveryDataStore : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDataStore>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDataStore>
type SiteRecoveryDataStore = class
interface IJsonModel<SiteRecoveryDataStore>
interface IPersistableModel<SiteRecoveryDataStore>
Public Class SiteRecoveryDataStore
Implements IJsonModel(Of SiteRecoveryDataStore), IPersistableModel(Of SiteRecoveryDataStore)
- Inheritance
-
SiteRecoveryDataStore
- Implements
Properties
Capacity |
The capacity of data store in GBs. |
DataStoreType |
The type of data store. |
FreeSpace |
The free space of data store in GBs. |
SymbolicName |
The symbolic name of data store. |
Uuid |
The uuid of data store. |
Explicit Interface Implementations
IJsonModel<SiteRecoveryDataStore>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SiteRecoveryDataStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SiteRecoveryDataStore>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SiteRecoveryDataStore>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SiteRecoveryDataStore>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET