getBgpPeer

Get a BgpPeer Uses Azure REST API version 2024-03-01. Other available API versions: 2023-10-01-preview.

Return

A BgpPeer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Parameters

argument

null


suspend fun getBgpPeer(bgpPeerName: String, resourceUri: String): GetBgpPeerResult

Return

A BgpPeer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Parameters

bgpPeerName

The name of the BgpPeer

resourceUri

The fully qualified Azure Resource manager identifier of the resource.

See also


suspend fun getBgpPeer(argument: suspend GetBgpPeerPlainArgsBuilder.() -> Unit): GetBgpPeerResult

Return

A BgpPeer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)

Parameters

argument

Builder for com.pulumi.azurenative.kubernetesruntime.kotlin.inputs.GetBgpPeerPlainArgs.

See also