Package version:

Optional parameters.

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

Hierarchy

  • unknown
    • SAPDatabaseInstancesStopOptionalParams

Properties

Stop request for the database instance of the SAP system.

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.