Learn R Programming

paws.networking (version 0.1.9)

servicediscovery_get_service: Gets the settings for a specified service

Description

Gets the settings for a specified service.

Usage

servicediscovery_get_service(Id)

Arguments

Id

[required] The ID of the service that you want to get settings for.

Request syntax

svc$get_service(
  Id = "string"
)

Examples

Run this code
# NOT RUN {
# This example gets the settings for a specified service.
svc$get_service(
  Id = "srv-e4anhexample0004"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab