Compartilhar via


Método TriggeredWebJobOperationsExtensions.DeleteAsync (ITriggeredWebJobOperations, String)

 

Exclua um trabalho de Web disparado.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Sintaxe

public static Task<OperationResponse> DeleteAsync(
    this ITriggeredWebJobOperations operations,
    string jobName
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ DeleteAsync(
    ITriggeredWebJobOperations^ operations,
    String^ jobName
)
static member DeleteAsync : 
        operations:ITriggeredWebJobOperations *
        jobName:string -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As ITriggeredWebJobOperations,
    jobName As String
) As Task(Of OperationResponse)

Parâmetros

  • jobName
    Type: System.String

    Obrigatório. O nome do trabalho Web disparado.

Valor de retorno

Type: System.Threading.Tasks.Task<OperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Consulte também

Classe TriggeredWebJobOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo