ServiceReplicaProperties interface
Describes the properties of a service replica.
Properties
code |
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. |
network |
The names of the private networks that this service needs to be part of. |
os |
The operation system required by the code in service. |
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
diagnostics
Reference to sinks in DiagnosticsDescription.
diagnostics?: DiagnosticsRef
Property Value
networkRefs
The names of the private networks that this service needs to be part of.
networkRefs?: NetworkRef[]
Property Value
osType
The operation system required by the code in service.
osType: string
Property Value
string
Azure SDK for JavaScript