SiteRecoveryVmEndpoint Class

Definition

The SiteRecoveryVmEndpoint.

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

Properties

EndpointName

Gets the endpoint name.

PrivatePort

Gets the private port.

Protocol

Gets the protocol.

PublicPort

Gets the public port.

Explicit Interface Implementations

IJsonModel<SiteRecoveryVmEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryVmEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryVmEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryVmEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryVmEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to