getCloudService

Display information about a cloud service. Uses Azure REST API version 2022-09-04. Other available API versions: 2024-11-04.

Return

Describes the cloud service.

Parameters

argument

null


suspend fun getCloudService(cloudServiceName: String, resourceGroupName: String): GetCloudServiceResult

Return

Describes the cloud service.

Parameters

cloudServiceName

Name of the cloud service.

resourceGroupName

Name of the resource group.

See also


Return

Describes the cloud service.

Parameters

argument

Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetCloudServicePlainArgs.

See also