Share via


NetworkFunctionValueWithoutSecrets Class

Definition

NetworkFunction with no secrets.

public class NetworkFunctionValueWithoutSecrets : Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat
type NetworkFunctionValueWithoutSecrets = class
    inherit NetworkFunctionPropertiesFormat
Public Class NetworkFunctionValueWithoutSecrets
Inherits NetworkFunctionPropertiesFormat
Inheritance
NetworkFunctionValueWithoutSecrets

Constructors

NetworkFunctionValueWithoutSecrets()

Initializes a new instance of NetworkFunctionValueWithoutSecrets.

Properties

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)

Applies to