ResourceOperationResult 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.
High level response from an operation on a resource.
public class ResourceOperationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult>
type ResourceOperationResult = class
interface IJsonModel<ResourceOperationResult>
interface IPersistableModel<ResourceOperationResult>
Public Class ResourceOperationResult
Implements IJsonModel(Of ResourceOperationResult), IPersistableModel(Of ResourceOperationResult)
- Inheritance
-
ResourceOperationResult
- Implements
Properties
ErrorCode |
Resource level error code if it exists. |
ErrorDetails |
Resource level error details if they exist. |
Operation |
Details of the operation performed on a resource. |
ResourceId |
Unique identifier for the resource involved in the operation, eg ArmId. |
Explicit Interface Implementations
IJsonModel<ResourceOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ResourceOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ResourceOperationResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ResourceOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ResourceOperationResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET