getService

Get a ServiceResource Uses Azure REST API version 2024-03-01. Other available API versions: 2023-10-01-preview.

Return

A Service resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Parameters

argument

null


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

Return

A Service resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Parameters

resourceUri

The fully qualified Azure Resource manager identifier of the resource.

serviceName

The name of the the service

See also


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

Return

A Service resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Parameters

argument

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

See also