get Network Function
Gets information about the specified network function resource. Uses Azure REST API version 2022-01-01-preview. Other available API versions: 2023-09-01, 2024-04-15.
Return
Network function resource response.
Parameters
argument
null
suspend fun getNetworkFunction(networkFunctionName: String, resourceGroupName: String): GetNetworkFunctionResult
Return
Network function resource response.
Parameters
network Function Name
The name of the network function resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNetworkFunction(argument: suspend GetNetworkFunctionPlainArgsBuilder.() -> Unit): GetNetworkFunctionResult
Return
Network function resource response.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetNetworkFunctionPlainArgs.