get Network Function Definition Version
suspend fun getNetworkFunctionDefinitionVersion(argument: GetNetworkFunctionDefinitionVersionPlainArgs): GetNetworkFunctionDefinitionVersionResult
Gets information about a network function definition version. Uses Azure REST API version 2023-09-01. Other available API versions: 2024-04-15.
Return
Network function definition version.
Parameters
argument
null
suspend fun getNetworkFunctionDefinitionVersion(networkFunctionDefinitionGroupName: String, networkFunctionDefinitionVersionName: String, publisherName: String, resourceGroupName: String): GetNetworkFunctionDefinitionVersionResult
Return
Network function definition version.
Parameters
network Function Definition Group Name
The name of the network function definition group.
network Function Definition Version Name
The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
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 getNetworkFunctionDefinitionVersion(argument: suspend GetNetworkFunctionDefinitionVersionPlainArgsBuilder.() -> Unit): GetNetworkFunctionDefinitionVersionResult
Return
Network function definition version.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetNetworkFunctionDefinitionVersionPlainArgs.