SystemService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a system service deployed in the cluster.
public class SystemService : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearningCompute.Models.SystemService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearningCompute.Models.SystemService>
type SystemService = class
interface IJsonModel<SystemService>
interface IPersistableModel<SystemService>
Public Class SystemService
Implements IJsonModel(Of SystemService), IPersistableModel(Of SystemService)
- Inheritance
-
SystemService
- Implements
Constructors
SystemService(SystemServiceType) |
Initializes a new instance of SystemService. |
Properties
PublicIPAddress |
The public IP address of the system service. |
SystemServiceType |
The system service type. |
Version |
The state of the system service. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SystemService>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SystemService>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SystemService>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SystemService>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SystemService>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |