get VNet Peering
Gets the workspace vNet Peering. 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
See also
Parameters
peering Name
The name of the workspace vNet peering.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the workspace.
suspend fun getVNetPeering(argument: suspend GetVNetPeeringPlainArgsBuilder.() -> Unit): GetVNetPeeringResult
Return
Peerings in a VirtualNetwork resource
See also
Parameters
argument
Builder for com.pulumi.azurenative.databricks.kotlin.inputs.GetVNetPeeringPlainArgs.