Partager via


SpringBootServerProperties Class

Definition

The springbootservers resource definition. Serialized Name: SpringbootserversProperties

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

Constructors

SpringBootServerProperties(String)

Initializes a new instance of SpringBootServerProperties.

Properties

Errors

The list of errors. Serialized Name: SpringbootserversProperties.errors

FqdnAndIPAddressList

The alternative FQDN or IP addresses to discover for this server Serialized Name: SpringbootserversProperties.fqdnAndIpAddressList

MachineArmId

The machine Id from ARM Serialized Name: SpringbootserversProperties.machineArmId

Port

Target server port for remote login Serialized Name: SpringbootserversProperties.port

ProvisioningState

The resource provisioning state. Serialized Name: SpringbootserversProperties.provisioningState

Server

Server is the target server name or ip address to discover of SpringBootServer. Serialized Name: SpringbootserversProperties.server

SpringBootApps

The total number of spring boot apps been discovered Serialized Name: SpringbootserversProperties.springBootApps

TotalApps

The total number of apps been discovered Serialized Name: SpringbootserversProperties.totalApps

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SpringBootServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SpringBootServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SpringBootServerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SpringBootServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SpringBootServerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to