get Cloud Service
Display information about a cloud service. Azure REST API version: 2022-09-04.
Return
Describes the cloud service.
Parameters
argument
null
suspend fun getCloudService(cloudServiceName: String, resourceGroupName: String): GetCloudServiceResult
Return
Describes the cloud service.
See also
Parameters
cloud Service Name
Name of the cloud service.
resource Group Name
Name of the resource group.
suspend fun getCloudService(argument: suspend GetCloudServicePlainArgsBuilder.() -> Unit): GetCloudServiceResult
Return
Describes the cloud service.
See also
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetCloudServicePlainArgs.