AppServiceOperation Class

Definition

An operation on a resource.

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

Properties

CreatedOn

Time when operation has started.

Errors

Any errors associate with the operation.

ExpireOn

Time when operation will expire.

GeoMasterOperationId

Applicable only for stamp operation ids.

Id

Operation ID.

ModifiedOn

Time when operation has been updated.

Name

Operation name.

Status

The current status of the operation.

Explicit Interface Implementations

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