Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientDeleteServiceOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientDeleteServiceOptionalParams

Index

Properties

Optional forceRemove

forceRemove: undefined | false | true

Remove a Service Fabric application or service forcefully without going through the graceful shutdown sequence. This parameter can be used to forcefully delete an application or service for which delete is timing out due to issues in the service code that prevents graceful close of replicas.

Optional timeoutParameter

timeoutParameter: undefined | number

The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. Default value: 60.

Generated using TypeDoc