Package version:

Optional parameters.

interface SAPCentralServerInstancesStopOptionalParams {
    body?: StopRequest;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • SAPCentralServerInstancesStopOptionalParams

Properties

SAP Central Services instance stop request body.

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.