getSignalR

Get the SignalR service and its properties. API Version: 2020-05-01.

Return

A class represent a SignalR service resource.

Parameters

argument

null


suspend fun getSignalR(resourceGroupName: String, resourceName: String): GetSignalRResult

Return

A class represent a SignalR service resource.

Parameters

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

The name of the SignalR resource.

See also


suspend fun getSignalR(argument: suspend GetSignalRPlainArgsBuilder.() -> Unit): GetSignalRResult

Return

A class represent a SignalR service resource.

Parameters

argument

Builder for com.pulumi.azurenative.signalrservice.kotlin.inputs.GetSignalRPlainArgs.

See also