ArmManagedNetworkFabricModelFactory.DeviceUpdateCommonPostActionResult 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 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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET