OperationDetails Class
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.
Details of a long running operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.OperationDetailsTypeConverter))]
public class OperationDetails : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IOperationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.OperationDetailsTypeConverter))>]
type OperationDetails = class
interface IOperationDetails
interface IJsonSerializable
Public Class OperationDetails
Implements IOperationDetails
- Inheritance
-
OperationDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OperationDetails() |
Creates an new OperationDetails instance. |
Properties
| Name | Description |
|---|---|
| Code |
One of a server-defined set of error codes. |
| Detail |
An array of details about specific errors that led to this reported error. |
| Id |
The unique id of the operation. |
| Innererror |
An object containing more specific information than the current object about the error. |
| Message |
A human-readable representation of the error. |
| ResourceGroupName |
Gets the resource group name |
| Status |
The current status of the operation |
| Target |
The target of the error. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IOperationDetails. |
| FromJsonString(String) |
Creates a new instance of OperationDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |