Share via


StopSapInstanceContent Class

Definition

Stop SAP instance(s) request body.

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

Constructors

StopSapInstanceContent()

Initializes a new instance of StopSapInstanceContent.

Properties

DeallocateVm

The boolean value indicates whether to Stop and deallocate the virtual machines along with the SAP instances.

SoftStopTimeoutSeconds

This parameter defines how long (in seconds) the soft shutdown waits until the RFC/HTTP clients no longer consider the server for calls with load balancing. Value 0 means that the kernel does not wait, but goes directly into the next shutdown state, i.e. hard stop.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StopSapInstanceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StopSapInstanceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StopSapInstanceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StopSapInstanceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StopSapInstanceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to