SystemService Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. SystemService
- com.
Implements
public final class SystemService
implements JsonSerializable<SystemService>
A system service running on a compute.
Constructor Summary
| Constructor | Description |
|---|---|
| SystemService() |
Creates an instance of System |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
System |
fromJson(JsonReader jsonReader)
Reads an instance of System |
| String |
publicIpAddress()
Get the public |
| String |
systemServiceType()
Get the system |
|
Json |
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:
Returns:
Throws:
publicIpAddress
public String publicIpAddress()
Get the publicIpAddress property: Public IP address.
Returns:
systemServiceType
public String systemServiceType()
Get the systemServiceType property: The type of this system service.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The version for this type.
Returns: