共用方式為


AppServiceEnvironmentResource.TestUpgradeAvailableNotificationAsync Method

Definition

Send a test notification that an upgrade is available for this App Service Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/testUpgradeAvailableNotification
  • Operation Id: AppServiceEnvironments_TestUpgradeAvailableNotification
  • Default Api Version: 2023-12-01
  • Resource: AppServiceEnvironmentResource
public virtual System.Threading.Tasks.Task<Azure.Response> TestUpgradeAvailableNotificationAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member TestUpgradeAvailableNotificationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.TestUpgradeAvailableNotificationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function TestUpgradeAvailableNotificationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to