PeeringFunctions

Functions

Link copied to clipboard

Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service. Uses Azure REST API version 2022-10-01.

suspend fun getConnectionMonitorTest(connectionMonitorTestName: String, peeringServiceName: String, resourceGroupName: String): GetConnectionMonitorTestResult
Link copied to clipboard

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

suspend fun getPeerAsn(peerAsnName: String): GetPeerAsnResult
suspend fun getPeerAsn(argument: suspend GetPeerAsnPlainArgsBuilder.() -> Unit): GetPeerAsnResult
Link copied to clipboard

Gets an existing peering with the specified name under the given subscription and resource group. Uses Azure REST API version 2022-10-01.

suspend fun getPeering(argument: suspend GetPeeringPlainArgsBuilder.() -> Unit): GetPeeringResult
suspend fun getPeering(peeringName: String, resourceGroupName: String): GetPeeringResult
Link copied to clipboard

Gets an existing peering service with the specified name under the given subscription and resource group. Uses Azure REST API version 2022-10-01.

suspend fun getPeeringService(peeringServiceName: String, resourceGroupName: String): GetPeeringServiceResult
Link copied to clipboard

Gets an existing prefix with the specified name under the given subscription, resource group and peering service. Uses Azure REST API version 2022-10-01.

suspend fun getPrefix(argument: suspend GetPrefixPlainArgsBuilder.() -> Unit): GetPrefixResult
suspend fun getPrefix(expand: String? = null, peeringServiceName: String, prefixName: String, resourceGroupName: String): GetPrefixResult
Link copied to clipboard

Gets an existing registered ASN with the specified name under the given subscription, resource group and peering. Uses Azure REST API version 2022-10-01.

suspend fun getRegisteredAsn(peeringName: String, registeredAsnName: String, resourceGroupName: String): GetRegisteredAsnResult
Link copied to clipboard

Gets an existing registered prefix with the specified name under the given subscription, resource group and peering. Uses Azure REST API version 2022-10-01.

suspend fun getRegisteredPrefix(peeringName: String, registeredPrefixName: String, resourceGroupName: String): GetRegisteredPrefixResult