Freigeben über


WebSiteSlotResource.StartSlotAsync(CancellationToken) Methode

Definition

Beschreibung für Startet eine App (oder einen Bereitstellungsslot, falls angegeben).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/start
  • Vorgang IdWebApps_StartSlot
public virtual System.Threading.Tasks.Task<Azure.Response> StartSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StartSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StartSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StartSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: