ArmHybridNetworkModelFactory.NetworkFunctionDefinitionGroupPropertiesFormat 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 NetworkFunctionDefinitionGroupPropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionDefinitionGroupPropertiesFormat NetworkFunctionDefinitionGroupPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string description = default);
static member NetworkFunctionDefinitionGroupPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string -> Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionDefinitionGroupPropertiesFormat
Public Shared Function NetworkFunctionDefinitionGroupPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional description As String = Nothing) As NetworkFunctionDefinitionGroupPropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the network function definition groups resource.
- description
- String
The network function definition group description.
Returns
A new NetworkFunctionDefinitionGroupPropertiesFormat instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.