ScheduleOperations interface
ScheduleOperations'ı temsil eden arabirim.
Yöntemler
| create |
Zamanlama oluşturun. |
| delete(string, string, string, Schedule |
Zamanlama adıyla tanımlanan zamanlamayı silin. |
| get(string, string, string, Schedule |
Zamanlama adıyla tanımlanan zamanlamayı alın. |
| list |
Zamanlamaların listesini alın. |
| update(string, string, string, Schedule |
Zamanlama adıyla tanımlanan zamanlamayı güncelleştirin. |
Yöntem Ayrıntıları
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ScheduleCreateOrUpdateOptionalParams)
Zamanlama oluşturun.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: ScheduleCreateOrUpdateOptionalParams): Promise<Schedule>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- parameters
- ScheduleCreateOrUpdateParameters
Zamanlama oluşturma veya güncelleştirme işlemine sağlanan parametreler.
Seçenekler parametreleri.
Döndürülenler
Promise<Schedule>
delete(string, string, string, ScheduleDeleteOptionalParams)
Zamanlama adıyla tanımlanan zamanlamayı silin.
function delete(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: ScheduleDeleteOptionalParams): Promise<void>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- options
- ScheduleDeleteOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<void>
get(string, string, string, ScheduleGetOptionalParams)
Zamanlama adıyla tanımlanan zamanlamayı alın.
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: ScheduleGetOptionalParams): Promise<Schedule>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- options
- ScheduleGetOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<Schedule>
listByAutomationAccount(string, string, ScheduleListByAutomationAccountOptionalParams)
Zamanlamaların listesini alın.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: ScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
Seçenekler parametreleri.
Döndürülenler
update(string, string, string, ScheduleUpdateParameters, ScheduleUpdateOptionalParams)
Zamanlama adıyla tanımlanan zamanlamayı güncelleştirin.
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: ScheduleUpdateOptionalParams): Promise<Schedule>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- parameters
- ScheduleUpdateParameters
Güncelleştirme zamanlaması işlemine sağlanan parametreler.
- options
- ScheduleUpdateOptionalParams
Seçenekler parametreleri.
Döndürülenler
Promise<Schedule>