NetworkFunctionDefinitionVersionPropertiesFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network function definition version properties. Please note NetworkFunctionDefinitionVersionPropertiesFormat is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ContainerizedNetworkFunctionDefinitionVersion and VirtualNetworkFunctionDefinitionVersion.
public abstract class NetworkFunctionDefinitionVersionPropertiesFormat
type NetworkFunctionDefinitionVersionPropertiesFormat = class
Public MustInherit Class NetworkFunctionDefinitionVersionPropertiesFormat
- Inheritance
-
NetworkFunctionDefinitionVersionPropertiesFormat
- Derived
Constructors
NetworkFunctionDefinitionVersionPropertiesFormat() |
Initializes a new instance of NetworkFunctionDefinitionVersionPropertiesFormat. |
Properties
DeployParameters |
The deployment parameters of the network function definition version. |
Description |
The network function definition version description. |
ProvisioningState |
The provisioning state of the network function definition version resource. |
VersionState |
The network function definition version state. |
Applies to
Azure SDK for .NET