ScheduleOperations class
ScheduleOperations'ı temsil eden sınıf.
Oluşturucular
| Schedule |
ScheduleOperations oluşturun. |
Yöntemler
Oluşturucu Ayrıntıları
ScheduleOperations(AutomationClientContext)
ScheduleOperations oluşturun.
new ScheduleOperations(client: AutomationClientContext)
Parametreler
- client
- AutomationClientContext
Hizmet istemcisine başvuru.
Yöntem Ayrıntıları
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase)
Zamanlama oluşturun.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleCreateOrUpdateResponse>
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.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<ScheduleCreateOrUpdateResponse>
Promise<Models.ScheduleCreateOrUpdateResponse>
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<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.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ServiceCallback<Schedule>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, callback: ServiceCallback<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.
- callback
Geri çağırma
deleteMethod(string, string, string, RequestOptionsBase)
Zamanlama adıyla tanımlanan zamanlamayı silin.
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<RestResponse>
promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
-
ServiceCallback<void>
Geri çağırma
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- callback
-
ServiceCallback<void>
Geri çağırma
get(string, string, string, RequestOptionsBase)
Zamanlama adıyla tanımlanan zamanlamayı alın.
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<ScheduleGetResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<ScheduleGetResponse>
Promise<Models.ScheduleGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Schedule>)
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
get(string, string, string, ServiceCallback<Schedule>)
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<Schedule>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- scheduleName
-
string
Zamanlama adı.
- callback
Geri çağırma
listByAutomationAccount(string, string, RequestOptionsBase)
Zamanlamaların listesini alın.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.ScheduleListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
listByAutomationAccount(string, string, ServiceCallback<ScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ScheduleListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- callback
Geri çağırma
listByAutomationAccountNext(string, RequestOptionsBase)
Zamanlamaların listesini alın.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountNextResponse>
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.ScheduleListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
listByAutomationAccountNext(string, ServiceCallback<ScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ScheduleListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- callback
Geri çağırma
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase)
Zamanlama adıyla tanımlanan zamanlamayı güncelleştirin.
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleUpdateResponse>
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
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<ScheduleUpdateResponse>
Promise<Models.ScheduleUpdateResponse>
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<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
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
update(string, string, string, ScheduleUpdateParameters, ServiceCallback<Schedule>)
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, callback: ServiceCallback<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.
- callback
Geri çağırma