Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemService

Package version

interface

An interface representing SystemService. Information about a system service deployed in the cluster

Hierarchy

  • SystemService

Index

Properties

Optional publicIpAddress

publicIpAddress: undefined | string
member

{string} [publicIpAddress] The public IP address of the system service NOTE: This property will not be serialized. It can only be populated by the server.

systemServiceType

systemServiceType: SystemServiceType
member

{SystemServiceType} systemServiceType The system service type. Possible values include: 'None', 'ScoringFrontEnd', 'BatchFrontEnd'

Optional version

version: undefined | string
member

{string} [version] The state of the system service NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc