SystemService Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearning.models.SystemService

Implements

public final class SystemService
implements JsonSerializable<SystemService>

A system service running on a compute.

Constructor Summary

Constructor Description
SystemService()

Creates an instance of SystemService class.

Method Summary

Modifier and Type Method and Description
static SystemService fromJson(JsonReader jsonReader)

Reads an instance of SystemService from the JsonReader.

String publicIpAddress()

Get the publicIpAddress property: Public IP address.

String systemServiceType()

Get the systemServiceType property: The type of this system service.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String version()

Get the version property: The version for this type.

Methods inherited from java.lang.Object

Constructor Details

SystemService

public SystemService()

Creates an instance of SystemService class.

Method Details

fromJson

public static SystemService fromJson(JsonReader jsonReader)

Reads an instance of SystemService from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SystemService if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SystemService.

publicIpAddress

public String publicIpAddress()

Get the publicIpAddress property: Public IP address.

Returns:

the publicIpAddress value.

systemServiceType

public String systemServiceType()

Get the systemServiceType property: The type of this system service.

Returns:

the systemServiceType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

version

public String version()

Get the version property: The version for this type.

Returns:

the version value.

Applies to