Compartilhar via


IScheduleOperations.CreateOrUpdateAsync Método

Definição

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateResponse> CreateOrUpdateAsync (string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateAsync : string * string * Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateResponse>
Public Function CreateOrUpdateAsync (resourceGroupName As String, automationAccount As String, parameters As ScheduleCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of ScheduleCreateOrUpdateResponse)

Parâmetros

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Retornos

Aplica-se a