WebSiteResource.Stop(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Stops an app (or deployment slot, if specified).
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop
- Operation Id: WebApps_Stop
- Default Api Version: 2024-04-01
- Resource: WebSiteResource
public virtual Azure.Response Stop (System.Threading.CancellationToken cancellationToken = default);
abstract member Stop : System.Threading.CancellationToken -> Azure.Response
override this.Stop : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Stop (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.