NetworkFunctionDefinitionVersionPropertiesFormat interface
Network function definition version properties.
Properties
deploy |
The deployment parameters of the network function definition version. |
description | The network function definition version description. |
network |
Polymorphic discriminator, which specifies the different types this object can be |
provisioning |
The provisioning state of the network function definition version resource. NOTE: This property will not be serialized. It can only be populated by the server. |
version |
The network function definition version state. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deployParameters
The deployment parameters of the network function definition version.
deployParameters?: string
Property Value
string
description
The network function definition version description.
description?: string
Property Value
string
networkFunctionType
Polymorphic discriminator, which specifies the different types this object can be
networkFunctionType: "ContainerizedNetworkFunction" | "VirtualNetworkFunction"
Property Value
"ContainerizedNetworkFunction" | "VirtualNetworkFunction"
provisioningState
The provisioning state of the network function definition version resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
versionState
The network function definition version state. NOTE: This property will not be serialized. It can only be populated by the server.
versionState?: string
Property Value
string
Azure SDK for JavaScript