SiteRecoveryLogicalNetworkProperties Class

Definition

Logical Network Properties.

public class SiteRecoveryLogicalNetworkProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryLogicalNetworkProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryLogicalNetworkProperties>
type SiteRecoveryLogicalNetworkProperties = class
    interface IJsonModel<SiteRecoveryLogicalNetworkProperties>
    interface IPersistableModel<SiteRecoveryLogicalNetworkProperties>
Public Class SiteRecoveryLogicalNetworkProperties
Implements IJsonModel(Of SiteRecoveryLogicalNetworkProperties), IPersistableModel(Of SiteRecoveryLogicalNetworkProperties)
Inheritance
SiteRecoveryLogicalNetworkProperties
Implements

Properties

FriendlyName

The Friendly Name.

LogicalNetworkDefinitionsStatus

A value indicating whether logical network definitions are isolated.

LogicalNetworkUsage

A value indicating whether logical network is used as private test network by test failover.

NetworkVirtualizationStatus

A value indicating whether Network Virtualization is enabled for the logical network.

Explicit Interface Implementations

IJsonModel<SiteRecoveryLogicalNetworkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteRecoveryLogicalNetworkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryLogicalNetworkProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryLogicalNetworkProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteRecoveryLogicalNetworkProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to