get Cloud Service
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
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.