NetworkFunctionValueWithoutSecrets Class

Definition

NetworkFunction with no secrets.

public class NetworkFunctionValueWithoutSecrets : Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionValueWithoutSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionValueWithoutSecrets>
type NetworkFunctionValueWithoutSecrets = class
    inherit NetworkFunctionPropertiesFormat
    interface IJsonModel<NetworkFunctionValueWithoutSecrets>
    interface IPersistableModel<NetworkFunctionValueWithoutSecrets>
Public Class NetworkFunctionValueWithoutSecrets
Inherits NetworkFunctionPropertiesFormat
Implements IJsonModel(Of NetworkFunctionValueWithoutSecrets), IPersistableModel(Of NetworkFunctionValueWithoutSecrets)
Inheritance
NetworkFunctionValueWithoutSecrets
Implements

Constructors

Name Description
NetworkFunctionValueWithoutSecrets()

Initializes a new instance of NetworkFunctionValueWithoutSecrets.

Properties

Name Description
AllowSoftwareUpdate

Indicates if software updates are allowed during deployment.

(Inherited from NetworkFunctionPropertiesFormat)
DeploymentValues

The JSON-serialized deployment values from the user.

NetworkFunctionDefinitionGroupName

The network function definition group name for the network function.

(Inherited from NetworkFunctionPropertiesFormat)
NetworkFunctionDefinitionOfferingLocation

The location of the network function definition offering.

(Inherited from NetworkFunctionPropertiesFormat)
NetworkFunctionDefinitionVersion

The network function definition version for the network function.

(Inherited from NetworkFunctionPropertiesFormat)
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.

(Inherited from NetworkFunctionPropertiesFormat)
NfviId

The nfviId for the network function.

(Inherited from NetworkFunctionPropertiesFormat)
NfviType

The nfvi type for the network function.

(Inherited from NetworkFunctionPropertiesFormat)
ProvisioningState

The provisioning state of the network function resource.

(Inherited from NetworkFunctionPropertiesFormat)
PublisherName

The publisher name for the network function.

(Inherited from NetworkFunctionPropertiesFormat)
PublisherScope

The scope of the publisher.

(Inherited from NetworkFunctionPropertiesFormat)
RoleOverrideValues

The role configuration override values from the user.

(Inherited from NetworkFunctionPropertiesFormat)

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.

(Inherited from NetworkFunctionPropertiesFormat)
IJsonModel<NetworkFunctionPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFunctionPropertiesFormat)
IJsonModel<NetworkFunctionValueWithoutSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkFunctionValueWithoutSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFunctionPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkFunctionPropertiesFormat)
IPersistableModel<NetworkFunctionPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkFunctionPropertiesFormat)
IPersistableModel<NetworkFunctionPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkFunctionPropertiesFormat)
IPersistableModel<NetworkFunctionValueWithoutSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFunctionValueWithoutSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkFunctionValueWithoutSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to