get Cloud Service
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
cloud Service Name
Name of the cloud service.
resource Group Name
Name of the resource group.
See also
suspend fun getCloudService(argument: suspend GetCloudServicePlainArgsBuilder.() -> Unit): GetCloudServiceResult
Return
Describes the cloud service.
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetCloudServicePlainArgs.