Condividi tramite


IWebAppsOperations.GetInstanceMsDeployStatusWithHttpMessagesAsync Metodo

Definizione

Ottenere lo stato dell'ultima operazione MSDeploy.

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

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'app Web.

instanceId
String

ID dell'istanza dell'app Web.

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 non è possibile deserializzare la risposta

Generata quando un parametro obbligatorio è Null

Commenti

Descrizione per Ottenere lo stato dell'ultima operazione MSDeploy.

Si applica a