Skip to main content

service_replica

Overview

Nameservice_replica
TypeResource
Idazure.service_fabric_mesh.service_replica

Fields

NameDatatypeDescription
codePackagesarrayDescribes 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.).
diagnosticsobjectReference to sinks in DiagnosticsDescription.
networkRefsarrayThe names of the private networks that this service needs to be part of.
osTypestringThe operation system required by the code in service.
replicaNamestringName of the replica.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, applicationResourceName, replicaName, resourceGroupName, serviceResourceName, subscriptionIdGets the information about the service replica with the given name. The information include the description and other properties of the service replica.
listSELECTapi-version, applicationResourceName, resourceGroupName, serviceResourceName, subscriptionIdGets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
_listEXECapi-version, applicationResourceName, resourceGroupName, serviceResourceName, subscriptionIdGets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.