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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownNetworkFunctionPropertiesFormat))]
public abstract class NetworkFunctionPropertiesFormat : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownNetworkFunctionPropertiesFormat))>]
type NetworkFunctionPropertiesFormat = class
interface IJsonModel<NetworkFunctionPropertiesFormat>
interface IPersistableModel<NetworkFunctionPropertiesFormat>
Public MustInherit Class NetworkFunctionPropertiesFormat
Implements IJsonModel(Of NetworkFunctionPropertiesFormat), IPersistableModel(Of NetworkFunctionPropertiesFormat)
- Inheritance
-
NetworkFunctionPropertiesFormat
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFunctionPropertiesFormat() |
Initializes a new instance of NetworkFunctionPropertiesFormat. |
Properties
| Name | Description |
|---|---|
| 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. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<NetworkFunctionPropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<NetworkFunctionPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<NetworkFunctionPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<NetworkFunctionPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<NetworkFunctionPropertiesFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |