Condividi tramite


IWebAppsOperations.DeleteProcessSlotWithHttpMessagesAsync Metodo

Definizione

Terminare un processo in base al relativo ID per un sito Web o uno slot di distribuzione o un'istanza con scalabilità orizzontale specifica in un sito Web.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteProcessSlotWithHttpMessagesAsync (string resourceGroupName, string name, string processId, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteProcessSlotWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function DeleteProcessSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, processId As String, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome sito.

processId
String

PID.

slot
String

Nome dello slot di distribuzione. Se non viene specificato uno slot, l'API restituisce le distribuzioni per lo slot di produzione.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando un parametro obbligatorio è Null

Commenti

Descrizione per Terminate a process by its ID for a Web site, or a deployment slot, or specific scaled-out instance in a web site.

Si applica a