Share via


BatchNodeRemoteLoginSettings Class

Definition

The remote login settings for a Compute Node.

public class BatchNodeRemoteLoginSettings : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchNodeRemoteLoginSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchNodeRemoteLoginSettings>
type BatchNodeRemoteLoginSettings = class
    interface IJsonModel<BatchNodeRemoteLoginSettings>
    interface IPersistableModel<BatchNodeRemoteLoginSettings>
Public Class BatchNodeRemoteLoginSettings
Implements IJsonModel(Of BatchNodeRemoteLoginSettings), IPersistableModel(Of BatchNodeRemoteLoginSettings)
Inheritance
BatchNodeRemoteLoginSettings
Implements

Properties

Name Description
Ipv6RemoteLoginIpAddress

The IPv6 address used for remote login to the Compute Node.

Ipv6RemoteLoginPort

The port used for remote login to the Compute Node.

RemoteLoginIpAddress

The IP address used for remote login to the Compute Node.

RemoteLoginPort

The port used for remote login to the Compute Node.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BatchNodeRemoteLoginSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchNodeRemoteLoginSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchNodeRemoteLoginSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchNodeRemoteLoginSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchNodeRemoteLoginSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to