getService

The resource representation of a service in a service topology. API Version: 2019-11-01-preview.

Return

The resource representation of a service in a service topology.

Parameters

argument

null


suspend fun getService(resourceGroupName: String, serviceName: String, serviceTopologyName: String): GetServiceResult

Return

The resource representation of a service in a service topology.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

serviceName

The name of the service resource.

serviceTopologyName

The name of the service topology .

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

The resource representation of a service in a service topology.

Parameters

argument

Builder for com.pulumi.azurenative.deploymentmanager.kotlin.inputs.GetServicePlainArgs.

See also