OperationResult 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.
A Microsoft.Elastic REST API operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.OperationResultTypeConverter))]
public class OperationResult : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.OperationResultTypeConverter))>]
type OperationResult = class
interface IOperationResult
interface IJsonSerializable
Public Class OperationResult
Implements IOperationResult
- Inheritance
-
OperationResult
- Attributes
- Implements
Constructors
OperationResult() |
Creates an new OperationResult instance. |
Properties
DisplayDescription |
Description of the operation, e.g., 'Write monitors'. |
DisplayOperation |
Operation type, e.g., read, write, delete, etc. |
DisplayProvider |
Service provider, i.e., Microsoft.Elastic. |
DisplayResource |
Type on which the operation is performed, e.g., 'monitors'. |
IsDataAction |
Indicates whether the operation is a data action |
Name |
Operation name, i.e., {provider}/{resource}/{operation}. |
Origin |
Origin of the operation |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IOperationResult. |
FromJsonString(String) |
Creates a new instance of OperationResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |