Get Network Function Definition Version Plain Args
data class GetNetworkFunctionDefinitionVersionPlainArgs(val networkFunctionDefinitionGroupName: String, val networkFunctionDefinitionVersionName: String, val publisherName: String, val resourceGroupName: String) : ConvertibleToJava<GetNetworkFunctionDefinitionVersionPlainArgs>
Properties
Link copied to clipboard
The name of the network function definition group.
Link copied to clipboard
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.
Link copied to clipboard
The name of the publisher.
Link copied to clipboard
The name of the resource group. The name is case insensitive.