Share via


ArmManagedNetworkFabricModelFactory.DeviceUpdateCommonPostActionResult Method

Definition

Initializes a new instance of DeviceUpdateCommonPostActionResult.

public static Azure.ResourceManager.ManagedNetworkFabric.Models.DeviceUpdateCommonPostActionResult DeviceUpdateCommonPostActionResult (Azure.ResponseError error = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default, System.Collections.Generic.IEnumerable<string> successfulDevices = default, System.Collections.Generic.IEnumerable<string> failedDevices = default);
static member DeviceUpdateCommonPostActionResult : Azure.ResponseError * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> * seq<string> * seq<string> -> Azure.ResourceManager.ManagedNetworkFabric.Models.DeviceUpdateCommonPostActionResult
Public Shared Function DeviceUpdateCommonPostActionResult (Optional error As ResponseError = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing, Optional successfulDevices As IEnumerable(Of String) = Nothing, Optional failedDevices As IEnumerable(Of String) = Nothing) As DeviceUpdateCommonPostActionResult

Parameters

error
ResponseError

The error object.

configurationState
Nullable<NetworkFabricConfigurationState>

Gets the configuration state.

successfulDevices
IEnumerable<String>

List of ARM Resource IDs for which the given action applied successfully.

failedDevices
IEnumerable<String>

List of ARM Resource IDs for which the given action failed to apply.

Returns

A new DeviceUpdateCommonPostActionResult instance for mocking.

Applies to