Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceReplicaProperties

Package version

interface

An interface representing ServiceReplicaProperties. Describes the properties of a service replica.

Hierarchy

Index

Properties

codePackages

member

{ContainerCodePackageProperties[]} codePackages Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).

Optional diagnostics

diagnostics: DiagnosticsRef
member

{DiagnosticsRef} [diagnostics] Reference to sinks in DiagnosticsDescription.

Optional networkRefs

networkRefs: NetworkRef[]
member

{NetworkRef[]} [networkRefs] The names of the private networks that this service needs to be part of.

osType

member

{OperatingSystemType} osType The operation system required by the code in service. Possible values include: 'Linux', 'Windows'

Generated using TypeDoc