Compartilhar via


Método VariableOperationsExtensions.UpdateAsync (IVariableOperations, String, VariableUpdateParameters)

 

Atualize uma variável. (consulte https://aka.ms/azureautomationsdk/variableoperations para obter mais informações)

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

Sintaxe

public static Task<AzureOperationResponse> UpdateAsync(
    this IVariableOperations operations,
    string automationAccount,
    VariableUpdateParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ UpdateAsync(
    IVariableOperations^ operations,
    String^ automationAccount,
    VariableUpdateParameters^ parameters
)
static member UpdateAsync : 
        operations:IVariableOperations *
        automationAccount:string *
        parameters:VariableUpdateParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function UpdateAsync (
    operations As IVariableOperations,
    automationAccount As String,
    parameters As VariableUpdateParameters
) As Task(Of AzureOperationResponse)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

Valor de retorno

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

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

Consulte também

Classe VariableOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo