ArmHybridNetworkModelFactory.NetworkFunctionDefinitionVersionPropertiesFormat Method

Definition

Initializes a new instance of NetworkFunctionDefinitionVersionPropertiesFormat.

public static Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionDefinitionVersionPropertiesFormat NetworkFunctionDefinitionVersionPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.VersionState? versionState = default, string description = default, string deployParameters = default, string networkFunctionType = "Unknown");
static member NetworkFunctionDefinitionVersionPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Nullable<Azure.ResourceManager.HybridNetwork.Models.VersionState> * string * string * string -> Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionDefinitionVersionPropertiesFormat
Public Shared Function NetworkFunctionDefinitionVersionPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional versionState As Nullable(Of VersionState) = Nothing, Optional description As String = Nothing, Optional deployParameters As String = Nothing, Optional networkFunctionType As String = "Unknown") As NetworkFunctionDefinitionVersionPropertiesFormat

Parameters

provisioningState
Nullable<ProvisioningState>

The provisioning state of the network function definition version resource.

versionState
Nullable<VersionState>

The network function definition version state.

description
String

The network function definition version description.

deployParameters
String

The deployment parameters of the network function definition version.

networkFunctionType
String

The network function type.

Returns

A new NetworkFunctionDefinitionVersionPropertiesFormat instance for mocking.

Applies to