Compartilhar via


ScheduleOperationsExtensions.CreateOrUpdate Método

Definição

Sobrecargas

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)
CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

Crie uma agenda. http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IScheduleOperations, resourceGroupName As String, automationAccount As String, parameters As ScheduleCreateOrUpdateParameters) As ScheduleCreateOrUpdateResponse

Parâmetros

operations
IScheduleOperations
resourceGroupName
String
automationAccount
String

Retornos

Aplica-se a

CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.Schedule CreateOrUpdate (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName, string scheduleName, Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Schedule
<Extension()>
Public Function CreateOrUpdate (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String, scheduleName As String, parameters As ScheduleCreateOrUpdateParameters) As Schedule

Parâmetros

operations
IScheduleOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

scheduleName
String

O nome da agenda.

parameters
ScheduleCreateOrUpdateParameters

Os parâmetros fornecidos para a operação de criação ou atualização de agendamento.

Retornos

Aplica-se a