get Network Connection
suspend fun getNetworkConnection(argument: GetNetworkConnectionPlainArgs): GetNetworkConnectionResult
Gets a network connection resource API Version: 2022-09-01-preview.
Return
Network related settings
Parameters
argument
null
suspend fun getNetworkConnection(networkConnectionName: String, resourceGroupName: String): GetNetworkConnectionResult
Return
Network related settings
Parameters
network Connection Name
Name of the Network Connection that can be applied to a Pool.
resource Group Name
Name of the resource group within the Azure subscription.
See also
suspend fun getNetworkConnection(argument: suspend GetNetworkConnectionPlainArgsBuilder.() -> Unit): GetNetworkConnectionResult
Return
Network related settings
Parameters
argument
Builder for com.pulumi.azurenative.devcenter.kotlin.inputs.GetNetworkConnectionPlainArgs.