ArmManagedNetworkFabricModelFactory.StateUpdateCommonPostActionResult 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET