Compartilhar via


Método TriggeredWebJobOperationsExtensions.SetSettingsAsync (ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters)

 

Defina as configurações de um trabalho de Web disparada (substituirá as configurações atuais do WebJob).

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

Sintaxe

public static Task<OperationResponse> SetSettingsAsync(
    this ITriggeredWebJobOperations operations,
    string jobName,
    TriggeredWebJobSettingsUpdateParameters settings
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ SetSettingsAsync(
    ITriggeredWebJobOperations^ operations,
    String^ jobName,
    TriggeredWebJobSettingsUpdateParameters^ settings
)
static member SetSettingsAsync : 
        operations:ITriggeredWebJobOperations *
        jobName:string *
        settings:TriggeredWebJobSettingsUpdateParameters -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function SetSettingsAsync (
    operations As ITriggeredWebJobOperations,
    jobName As String,
    settings As TriggeredWebJobSettingsUpdateParameters
) 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