Share via


IScheduleOperations.UpdateAsync Method (String, ScheduleUpdateParameters, CancellationToken)

 

Update the schedule identified by schedule name. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

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

Syntax

Task<AzureOperationResponse> UpdateAsync(
    string automationAccount,
    ScheduleUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ UpdateAsync(
    String^ automationAccount,
    ScheduleUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract UpdateAsync : 
        automationAccount:string *
        parameters:ScheduleUpdateParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function UpdateAsync (
    automationAccount As String,
    parameters As ScheduleUpdateParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • automationAccount
    Type: System.String

    The automation account name.

Return Value

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

A standard service response including an HTTP status code and request ID.

See Also

IScheduleOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top