NetworkFunctionValueWithSecrets interface
NetworkFunction with secrets.
- Extends
Properties
configuration |
Polymorphic discriminator, which specifies the different types this object can be |
secret |
The JSON-serialized secret deployment values from the user. This contains secrets like passwords,keys etc |
Inherited Properties
allow |
Indicates if software updates are allowed during deployment. |
network |
The network function definition group name for the network function. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
The location of the network function definition offering. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
The network function definition version for the network function. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
The network function definition version resource reference. |
nfvi |
The nfviId for the network function. |
nfvi |
The nfvi type for the network function. |
provisioning |
The provisioning state of the network function resource. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
The publisher name for the network function. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
The scope of the publisher. NOTE: This property will not be serialized. It can only be populated by the server. |
role |
The role configuration override values from the user. |
Property Details
configurationType
Polymorphic discriminator, which specifies the different types this object can be
configurationType: "Secret"
Property Value
"Secret"
secretDeploymentValues
The JSON-serialized secret deployment values from the user. This contains secrets like passwords,keys etc
secretDeploymentValues?: string
Property Value
string
Inherited Property Details
allowSoftwareUpdate
Indicates if software updates are allowed during deployment.
allowSoftwareUpdate?: boolean
Property Value
boolean
Inherited From NetworkFunctionPropertiesFormat.allowSoftwareUpdate
networkFunctionDefinitionGroupName
The network function definition group name for the network function. NOTE: This property will not be serialized. It can only be populated by the server.
networkFunctionDefinitionGroupName?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.networkFunctionDefinitionGroupName
networkFunctionDefinitionOfferingLocation
The location of the network function definition offering. NOTE: This property will not be serialized. It can only be populated by the server.
networkFunctionDefinitionOfferingLocation?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.networkFunctionDefinitionOfferingLocation
networkFunctionDefinitionVersion
The network function definition version for the network function. NOTE: This property will not be serialized. It can only be populated by the server.
networkFunctionDefinitionVersion?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.networkFunctionDefinitionVersion
networkFunctionDefinitionVersionResourceReference
The network function definition version resource reference.
networkFunctionDefinitionVersionResourceReference?: DeploymentResourceIdReferenceUnion
Property Value
Inherited From NetworkFunctionPropertiesFormat.networkFunctionDefinitionVersionResourceReference
nfviId
The nfviId for the network function.
nfviId?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.nfviId
nfviType
The nfvi type for the network function.
nfviType?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.nfviType
provisioningState
The provisioning state of the network function resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.provisioningState
publisherName
The publisher name for the network function. NOTE: This property will not be serialized. It can only be populated by the server.
publisherName?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.publisherName
publisherScope
The scope of the publisher. NOTE: This property will not be serialized. It can only be populated by the server.
publisherScope?: string
Property Value
string
Inherited From NetworkFunctionPropertiesFormat.publisherScope
roleOverrideValues
The role configuration override values from the user.
roleOverrideValues?: string[]
Property Value
string[]
Inherited From NetworkFunctionPropertiesFormat.roleOverrideValues
Azure SDK for JavaScript