Get Network Function Definition Version Result
    data class GetNetworkFunctionDefinitionVersionResult(val id: String, val location: String, val name: String, val properties: Either<ContainerizedNetworkFunctionDefinitionVersionResponse, VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Network function definition version.
Constructors
Link copied to clipboard
                fun GetNetworkFunctionDefinitionVersionResult(id: String, location: String, name: String, properties: Either<ContainerizedNetworkFunctionDefinitionVersionResponse, VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard