AppServiceOperation Class

Definition

An operation on a resource.

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

Properties

Name Description
CreatedOn

Time when operation has started. Serialized Name: Operation.createdTime

Errors

Any errors associate with the operation.

ExpireOn

Time when operation will expire. Serialized Name: Operation.expirationTime

GeoMasterOperationId

Applicable only for stamp operation ids. Serialized Name: Operation.geoMasterOperationId

Id

Operation ID. Serialized Name: Operation.id

ModifiedOn

Time when operation has been updated. Serialized Name: Operation.modifiedTime

Name

Operation name. Serialized Name: Operation.name

Status

The current status of the operation. Serialized Name: Operation.status

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppServiceOperation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceOperation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceOperation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceOperation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceOperation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to