NetworkFunctionPropertiesFormat 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 properties. Please note NetworkFunctionPropertiesFormat 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 NetworkFunctionValueWithoutSecrets and NetworkFunctionValueWithSecrets.
public abstract class NetworkFunctionPropertiesFormat
type NetworkFunctionPropertiesFormat = class
Public MustInherit Class NetworkFunctionPropertiesFormat
- Inheritance
-
NetworkFunctionPropertiesFormat
- Derived
Constructors
NetworkFunctionPropertiesFormat() |
Initializes a new instance of NetworkFunctionPropertiesFormat. |
Properties
AllowSoftwareUpdate |
Indicates if software updates are allowed during deployment. |
NetworkFunctionDefinitionGroupName |
The network function definition group name for the network function. |
NetworkFunctionDefinitionOfferingLocation |
The location of the network function definition offering. |
NetworkFunctionDefinitionVersion |
The network function definition version for the network function. |
NetworkFunctionDefinitionVersionResourceReference |
The network function definition version resource reference. Please note DeploymentResourceIdReference 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 OpenDeploymentResourceReference and SecretDeploymentResourceReference. |
NfviId |
The nfviId for the network function. |
NfviType |
The nfvi type for the network function. |
ProvisioningState |
The provisioning state of the network function resource. |
PublisherName |
The publisher name for the network function. |
PublisherScope |
The scope of the publisher. |
RoleOverrideValues |
The role configuration override values from the user. |
Applies to
Azure SDK for .NET