get Network Function Definition Group
suspend fun getNetworkFunctionDefinitionGroup(argument: GetNetworkFunctionDefinitionGroupPlainArgs): GetNetworkFunctionDefinitionGroupResult
Gets information about the specified networkFunctionDefinition group. Azure REST API version: 2023-09-01.
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
network Function Definition Group Name
The name of the network function definition group.
publisher Name
The name of the publisher.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNetworkFunctionDefinitionGroup(argument: suspend GetNetworkFunctionDefinitionGroupPlainArgsBuilder.() -> Unit): GetNetworkFunctionDefinitionGroupResult
Return
Network function definition group resource.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetNetworkFunctionDefinitionGroupPlainArgs.