getGateway

Retrieves information about the view of a gateway. Azure REST API version: 2024-03-31-preview. Other available API versions: 2024-05-20-preview.

Return

Describes an Arc Gateway.

Parameters

argument

null


suspend fun getGateway(gatewayName: String, resourceGroupName: String): GetGatewayResult

Return

Describes an Arc Gateway.

Parameters

gatewayName

The name of the Gateway.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getGateway(argument: suspend GetGatewayPlainArgsBuilder.() -> Unit): GetGatewayResult

Return

Describes an Arc Gateway.

Parameters

argument

Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetGatewayPlainArgs.

See also