ServiceReplicaDescription interface

Describes a replica of a service resource.

Extends

Properties

replicaName

Name of the replica.

Inherited Properties

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.).

diagnostics

Reference to sinks in DiagnosticsDescription.

networkRefs

The names of the private networks that this service needs to be part of.

osType

The operation system required by the code in service.

Property Details

replicaName

Name of the replica.

replicaName: string

Property Value

string

Inherited Property Details

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.).

codePackages: ContainerCodePackageProperties[]

Property Value

Inherited From ServiceReplicaProperties.codePackages

diagnostics

Reference to sinks in DiagnosticsDescription.

diagnostics?: DiagnosticsRef

Property Value

Inherited From ServiceReplicaProperties.diagnostics

networkRefs

The names of the private networks that this service needs to be part of.

networkRefs?: NetworkRef[]

Property Value

Inherited From ServiceReplicaProperties.networkRefs

osType

The operation system required by the code in service.

osType: string

Property Value

string

Inherited From ServiceReplicaProperties.osType