getVNetPeering

Gets the workspace vNet Peering. Uses Azure REST API version 2023-02-01.

Return

Peerings in a VirtualNetwork resource

Parameters

argument

null


suspend fun getVNetPeering(peeringName: String, resourceGroupName: String, workspaceName: String): GetVNetPeeringResult

Return

Peerings in a VirtualNetwork resource

Parameters

peeringName

The name of the workspace vNet peering.

resourceGroupName

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

workspaceName

The name of the workspace.

See also


Return

Peerings in a VirtualNetwork resource

Parameters

argument

Builder for com.pulumi.azurenative.databricks.kotlin.inputs.GetVNetPeeringPlainArgs.

See also