ExistingRecoveryVirtualNetwork Class

Definition

Existing recovery virtual network input.

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

Constructors

ExistingRecoveryVirtualNetwork(ResourceIdentifier)

Initializes a new instance of ExistingRecoveryVirtualNetwork.

Properties

RecoverySubnetName

The recovery subnet name.

RecoveryVirtualNetworkId

The recovery virtual network Id. Will throw error, if resource does not exist.

Explicit Interface Implementations

IJsonModel<ExistingRecoveryVirtualNetwork>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExistingRecoveryVirtualNetwork>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RecoveryVirtualNetworkCustomDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from RecoveryVirtualNetworkCustomDetails)
IJsonModel<RecoveryVirtualNetworkCustomDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryVirtualNetworkCustomDetails)
IPersistableModel<ExistingRecoveryVirtualNetwork>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExistingRecoveryVirtualNetwork>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExistingRecoveryVirtualNetwork>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RecoveryVirtualNetworkCustomDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RecoveryVirtualNetworkCustomDetails)
IPersistableModel<RecoveryVirtualNetworkCustomDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RecoveryVirtualNetworkCustomDetails)
IPersistableModel<RecoveryVirtualNetworkCustomDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RecoveryVirtualNetworkCustomDetails)

Applies to