Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.
Supports noop? false
Parameters
application_resource_name(Optional[String[1]])
— The identity of the application.
service_resource_name(Optional[String[1]])
— The identity of the service.
replicaname(Optional[String[1]])
— Name of the replica.
replica_name(Optional[String[1]])
—
api_version(Optional[String[1]])
— The version of the API. This parameter is required and its value must be '6.4-preview'.
networkrefs(Optional[String[1]])
— The names of the private networks that this service needs to be part of.
diagnostics(Optional[String[1]])
— Reference to sinks in DiagnosticsDescription.
ostype(Optional[String[1]])
— The operation system required by the code in service.
codepackages(Optional[String[1]])
— 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.).