FailoverProtectedItemProperties 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.
Failover properties of the protected item.
public class FailoverProtectedItemProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties>
type FailoverProtectedItemProperties = class
interface IJsonModel<FailoverProtectedItemProperties>
interface IPersistableModel<FailoverProtectedItemProperties>
Public Class FailoverProtectedItemProperties
Implements IJsonModel(Of FailoverProtectedItemProperties), IPersistableModel(Of FailoverProtectedItemProperties)
- Inheritance
-
FailoverProtectedItemProperties
- Implements
Properties
NetworkName |
Gets or sets the network name. |
ProtectedItemName |
Gets or sets the protected item name. |
RecoveryPointId |
Gets or sets the recovery point Id. |
RecoveryPointOn |
Gets or sets the recovery point time. |
Subnet |
Gets or sets the network subnet. |
TestVmName |
Gets or sets the test VM name. |
VmName |
Gets or sets the VM name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FailoverProtectedItemProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FailoverProtectedItemProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FailoverProtectedItemProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FailoverProtectedItemProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FailoverProtectedItemProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |