ArmHybridNetworkModelFactory.NetworkFunctionPropertiesFormat Method
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.
Initializes a new instance of NetworkFunctionPropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat NetworkFunctionPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string publisherName = default, Azure.ResourceManager.HybridNetwork.Models.PublisherScope? publisherScope = default, string networkFunctionDefinitionGroupName = default, string networkFunctionDefinitionVersion = default, string networkFunctionDefinitionOfferingLocation = default, Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference networkFunctionDefinitionVersionResourceReference = default, Azure.ResourceManager.HybridNetwork.Models.NfviType? nfviType = default, Azure.Core.ResourceIdentifier nfviId = default, bool? allowSoftwareUpdate = default, string configurationType = "Unknown", System.Collections.Generic.IEnumerable<string> roleOverrideValues = default);
static member NetworkFunctionPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string * Nullable<Azure.ResourceManager.HybridNetwork.Models.PublisherScope> * string * string * string * Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference * Nullable<Azure.ResourceManager.HybridNetwork.Models.NfviType> * Azure.Core.ResourceIdentifier * Nullable<bool> * string * seq<string> -> Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat
Public Shared Function NetworkFunctionPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional publisherName As String = Nothing, Optional publisherScope As Nullable(Of PublisherScope) = Nothing, Optional networkFunctionDefinitionGroupName As String = Nothing, Optional networkFunctionDefinitionVersion As String = Nothing, Optional networkFunctionDefinitionOfferingLocation As String = Nothing, Optional networkFunctionDefinitionVersionResourceReference As DeploymentResourceIdReference = Nothing, Optional nfviType As Nullable(Of NfviType) = Nothing, Optional nfviId As ResourceIdentifier = Nothing, Optional allowSoftwareUpdate As Nullable(Of Boolean) = Nothing, Optional configurationType As String = "Unknown", Optional roleOverrideValues As IEnumerable(Of String) = Nothing) As NetworkFunctionPropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the network function resource.
- publisherName
- String
The publisher name for the network function.
- publisherScope
- Nullable<PublisherScope>
The scope of the publisher.
- networkFunctionDefinitionGroupName
- String
The network function definition group name for the network function.
- networkFunctionDefinitionVersion
- String
The network function definition version for the network function.
- networkFunctionDefinitionOfferingLocation
- String
The location of the network function definition offering.
- networkFunctionDefinitionVersionResourceReference
- DeploymentResourceIdReference
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
- ResourceIdentifier
The nfviId for the network function.
- configurationType
- String
The value which indicates if NF values are secrets.
- roleOverrideValues
- IEnumerable<String>
The role configuration override values from the user.
Returns
A new NetworkFunctionPropertiesFormat instance for mocking.
Applies to
Azure SDK for .NET