Aracılığıyla paylaş


ScheduleOperations class

ScheduleOperations'ı temsil eden sınıf.

Oluşturucular

ScheduleOperations(AutomationClientContext)

ScheduleOperations oluşturun.

Yöntemler

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase)

Zamanlama oluşturun.

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ServiceCallback<Schedule>)
deleteMethod(string, string, string, RequestOptionsBase)

Zamanlama adıyla tanımlanan zamanlamayı silin.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Zamanlama adıyla tanımlanan zamanlamayı alın.

get(string, string, string, RequestOptionsBase, ServiceCallback<Schedule>)
get(string, string, string, ServiceCallback<Schedule>)
listByAutomationAccount(string, string, RequestOptionsBase)

Zamanlamaların listesini alın.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
listByAutomationAccount(string, string, ServiceCallback<ScheduleListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Zamanlamaların listesini alın.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
listByAutomationAccountNext(string, ServiceCallback<ScheduleListResult>)
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase)

Zamanlama adıyla tanımlanan zamanlamayı güncelleştirin.

update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
update(string, string, string, ScheduleUpdateParameters, ServiceCallback<Schedule>)

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<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

ServiceCallback<Schedule>

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

ServiceCallback<Schedule>

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<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

ServiceCallback<Schedule>

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

ServiceCallback<Schedule>

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

ServiceCallback<ScheduleListResult>

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

ServiceCallback<ScheduleListResult>

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

ServiceCallback<ScheduleListResult>

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

ServiceCallback<ScheduleListResult>

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<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

ServiceCallback<Schedule>

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

ServiceCallback<Schedule>

Geri çağırma