AppServicePlanResource.RestartWebAppsAsync 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 Restart all apps in an App Service plan.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/restartSites
- Operation Id: AppServicePlans_RestartWebApps
- Default Api Version: 2023-12-01
- Resource: AppServicePlanResource
public virtual System.Threading.Tasks.Task<Azure.Response> RestartWebAppsAsync (bool? softRestart = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RestartWebAppsAsync : Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RestartWebAppsAsync : Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RestartWebAppsAsync (Optional softRestart As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET