Share via


StartSapInstanceContent Class

Definition

Start SAP instance(s) request body.

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

Constructors

StartSapInstanceContent()

Initializes a new instance of StartSapInstanceContent.

Properties

StartVm

The boolean value indicates whether to start the virtual machines before starting the SAP instances.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StartSapInstanceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StartSapInstanceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StartSapInstanceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StartSapInstanceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StartSapInstanceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to