SapStopContent Class

Definition

Stop SAP instance(s) request body.

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

Constructors

SapStopContent()

Initializes a new instance of SapStopContent.

Properties

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.

Explicit Interface Implementations

IJsonModel<SapStopContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapStopContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapStopContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapStopContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapStopContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to