Share via


ArmManagedNetworkFabricModelFactory.StateUpdateCommonPostActionResult Method

Definition

Initializes a new instance of StateUpdateCommonPostActionResult.

public static Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult StateUpdateCommonPostActionResult (Azure.ResponseError error = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default);
static member StateUpdateCommonPostActionResult : Azure.ResponseError * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> -> Azure.ResourceManager.ManagedNetworkFabric.Models.StateUpdateCommonPostActionResult
Public Shared Function StateUpdateCommonPostActionResult (Optional error As ResponseError = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing) As StateUpdateCommonPostActionResult

Parameters

error
ResponseError

The error object.

configurationState
Nullable<NetworkFabricConfigurationState>

Gets the configuration state.

Returns

A new StateUpdateCommonPostActionResult instance for mocking.

Applies to