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. API Version: 2021-06-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. API Version: 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. API Version: 2021-01-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. API Version: 2021-01-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. API Version: 2021-01-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. API Version: 2021-01-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. API Version: 2021-01-01.

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