Share via


NetworkFunctionValueWithSecrets Class

Definition

NetworkFunction with secrets.

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

Constructors

NetworkFunctionValueWithSecrets()

Initializes a new instance of NetworkFunctionValueWithSecrets.

Properties

AllowSoftwareUpdate

Indicates if software updates are allowed during deployment.

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

The JSON-serialized secret deployment values from the user. This contains secrets like passwords,keys etc.

Applies to