GetNetworkFunctionDefinitionVersionPlainArgs

data class GetNetworkFunctionDefinitionVersionPlainArgs(val networkFunctionDefinitionGroupName: String, val networkFunctionDefinitionVersionName: String, val publisherName: String, val resourceGroupName: String) : ConvertibleToJava<GetNetworkFunctionDefinitionVersionPlainArgs>

Constructors

constructor(networkFunctionDefinitionGroupName: String, networkFunctionDefinitionVersionName: String, publisherName: String, resourceGroupName: String)

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.

Functions

Link copied to clipboard
open override fun toJava(): GetNetworkFunctionDefinitionVersionPlainArgs