getPeerAsn

Gets the peer ASN with the specified name under the given subscription. Uses Azure REST API version 2022-10-01.

Return

The essential information related to the peer's ASN.

Parameters

argument

null


suspend fun getPeerAsn(peerAsnName: String): GetPeerAsnResult

Return

The essential information related to the peer's ASN.

Parameters

peerAsnName

The peer ASN name.

See also


suspend fun getPeerAsn(argument: suspend GetPeerAsnPlainArgsBuilder.() -> Unit): GetPeerAsnResult

Return

The essential information related to the peer's ASN.

Parameters

argument

Builder for com.pulumi.azurenative.peering.kotlin.inputs.GetPeerAsnPlainArgs.

See also