getCloudService

Display information about a cloud service. Uses Azure REST API version 2022-09-04. Other available API versions: 2022-04-04, 2024-11-04. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native compute [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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