OperationStatusAutoGenerated Class

Definition

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

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

Properties

Code

The operation status code.

Message

Additional information regarding the success/failure of the operation.

Explicit Interface Implementations

IJsonModel<OperationStatusAutoGenerated>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationStatusAutoGenerated>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationStatusAutoGenerated>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationStatusAutoGenerated>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationStatusAutoGenerated>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to