get Service Unit
Represents the response of a service unit resource. API Version: 2019-11-01-preview.
Return
Represents the response of a service unit resource.
Parameters
argument
null
suspend fun getServiceUnit(resourceGroupName: String, serviceName: String, serviceTopologyName: String, serviceUnitName: String): GetServiceUnitResult
Return
Represents the response of a service unit resource.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
service Name
The name of the service resource.
service Topology Name
The name of the service topology .
service Unit Name
The name of the service unit resource.
See also
suspend fun getServiceUnit(argument: suspend GetServiceUnitPlainArgsBuilder.() -> Unit): GetServiceUnitResult
Return
Represents the response of a service unit resource.
Parameters
argument
Builder for com.pulumi.azurenative.deploymentmanager.kotlin.inputs.GetServiceUnitPlainArgs.