getNetworkFunctionDefinitionGroup

Gets information about the specified networkFunctionDefinition group. Uses Azure REST API version 2023-09-01. Other available API versions: 2024-04-15.

Return

Network function definition group resource.

Parameters

argument

null


suspend fun getNetworkFunctionDefinitionGroup(networkFunctionDefinitionGroupName: String, publisherName: String, resourceGroupName: String): GetNetworkFunctionDefinitionGroupResult

Return

Network function definition group resource.

Parameters

networkFunctionDefinitionGroupName

The name of the network function definition group.

publisherName

The name of the publisher.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Network function definition group resource.

Parameters

argument

Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetNetworkFunctionDefinitionGroupPlainArgs.

See also