JobScheduleOperations interface
JobScheduleOperations'ı temsil eden arabirim.
Yöntemler
| create(string, string, string, Job |
bir iş zamanlaması oluşturun. |
| delete(string, string, string, Job |
İş zamanlama adıyla tanımlanan iş zamanlamasını silin. |
| get(string, string, string, Job |
İş zamanlama adıyla tanımlanan iş zamanlamasını alın. |
| list |
İş zamanlamalarının listesini alın. |
Yöntem Ayrıntıları
create(string, string, string, JobScheduleCreateParameters, JobScheduleCreateOptionalParams)
bir iş zamanlaması oluşturun.
function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleCreateOptionalParams): Promise<JobSchedule>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- jobScheduleId
-
string
İş zamanlama adı.
- parameters
- JobScheduleCreateParameters
İş zamanlama oluşturma işlemine sağlanan parametreler.
- options
- JobScheduleCreateOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<JobSchedule>
delete(string, string, string, JobScheduleDeleteOptionalParams)
İş zamanlama adıyla tanımlanan iş zamanlamasını silin.
function delete(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleDeleteOptionalParams): Promise<void>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- jobScheduleId
-
string
İş zamanlama adı.
- options
- JobScheduleDeleteOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<void>
get(string, string, string, JobScheduleGetOptionalParams)
İş zamanlama adıyla tanımlanan iş zamanlamasını alın.
function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleGetOptionalParams): Promise<JobSchedule>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- jobScheduleId
-
string
İş zamanlama adı.
- options
- JobScheduleGetOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<JobSchedule>
listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)
İş zamanlamalarının listesini alın.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<JobSchedule, JobSchedule[], PageSettings>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
Seçenekler parametreleri.