JobScheduleOperationsExtensions.Create Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
public static Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse Create (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse
<Extension()>
Public Function Create (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, parameters As JobScheduleCreateParameters) As JobScheduleCreateResponse
Параметры
- operations
- IJobScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- JobScheduleCreateParameters
Возвращаемое значение
Применяется к
Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)
Создание расписания заданий. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static Microsoft.Azure.Management.Automation.Models.JobSchedule Create (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.Azure.Management.Automation.Models.JobSchedule
<Extension()>
Public Function Create (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, parameters As JobScheduleCreateParameters) As JobSchedule
Параметры
- operations
- IJobScheduleOperations
Группа операций для этого метода расширения.
- resourceGroupName
- String
Имя группы ресурсов Azure.
- automationAccountName
- String
Имя учетной записи службы автоматизации.
- jobScheduleId
- Guid
Имя расписания задания.
- parameters
- JobScheduleCreateParameters
Параметры, предоставленные для операции создания расписания задания.
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET