Sdílet prostřednictvím


UpsertManagedServerOperationStep Class

Definition

The UpsertManagedServerOperationStep.

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

Properties

Name

Gets the name.

Order

Gets the order.

Status

Gets the status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpsertManagedServerOperationStep>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpsertManagedServerOperationStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpsertManagedServerOperationStep>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpsertManagedServerOperationStep>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpsertManagedServerOperationStep>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to