getService

Get a Service and its properties. API Version: 2020-07-01.

Return

Service resource

Parameters

argument

null


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

Return

Service resource

Parameters

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

The name of the Service resource.

See also


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

Return

Service resource

Parameters

argument

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

See also