ContainerizedNetworkFunctionDefinitionVersion interface
Containerized network function network function definition version properties.
- Extends
Properties
network |
Containerized network function template. |
network |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
deploy |
The deployment parameters of the network function definition version. |
description | The network function definition version description. |
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
networkFunctionTemplate
Containerized network function template.
networkFunctionTemplate?: ContainerizedNetworkFunctionTemplateUnion
Property Value
networkFunctionType
Polymorphic discriminator, which specifies the different types this object can be
networkFunctionType: "ContainerizedNetworkFunction"
Property Value
"ContainerizedNetworkFunction"
Inherited Property Details
deployParameters
The deployment parameters of the network function definition version.
deployParameters?: string
Property Value
string
Inherited From NetworkFunctionDefinitionVersionPropertiesFormat.deployParameters
description
The network function definition version description.
description?: string
Property Value
string
Inherited From NetworkFunctionDefinitionVersionPropertiesFormat.description
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
Inherited From NetworkFunctionDefinitionVersionPropertiesFormat.provisioningState
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
Inherited From NetworkFunctionDefinitionVersionPropertiesFormat.versionState
Azure SDK for JavaScript