ICommonPostActionResponseForDeviceUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceUpdateTypeConverter))]
public interface ICommonPostActionResponseForDeviceUpdate : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonPostActionResponseForDeviceUpdateTypeConverter))>]
type ICommonPostActionResponseForDeviceUpdate = interface
interface IJsonSerializable
interface IErrorResponse
Public Interface ICommonPostActionResponseForDeviceUpdate
Implements IErrorResponse
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
The error additional info. (Inherited from IErrorResponse) |
| Code |
The error code. (Inherited from IErrorResponse) |
| ConfigurationState |
Gets the configuration state. |
| Detail |
The error details. (Inherited from IErrorResponse) |
| FailedDevice |
List of ARM Resource IDs for which the given action failed to apply. |
| Message |
The error message. (Inherited from IErrorResponse) |
| SuccessfulDevice |
List of ARM Resource IDs for which the given action applied successfully. |
| Target |
The error target. (Inherited from IErrorResponse) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |