ExtensionOperationStatus Class

Definition

A status describing the success/failure of the enablement/disablement operation.

public class ExtensionOperationStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.ExtensionOperationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.ExtensionOperationStatus>
type ExtensionOperationStatus = class
    interface IJsonModel<ExtensionOperationStatus>
    interface IPersistableModel<ExtensionOperationStatus>
Public Class ExtensionOperationStatus
Implements IJsonModel(Of ExtensionOperationStatus), IPersistableModel(Of ExtensionOperationStatus)
Inheritance
ExtensionOperationStatus
Implements

Properties

Code

The operation status code.

Message

Additional information regarding the success/failure of the operation.

Explicit Interface Implementations

IJsonModel<ExtensionOperationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExtensionOperationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtensionOperationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtensionOperationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExtensionOperationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to