Aracılığıyla paylaş


WatcherOperations class

WatcherOperations'i temsil eden sınıf.

Oluşturucular

WatcherOperations(AutomationClientContext)

WatcherOperations oluşturun.

Yöntemler

createOrUpdate(string, string, string, Watcher, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi oluşturun.

createOrUpdate(string, string, string, Watcher, RequestOptionsBase, ServiceCallback<Watcher>)
createOrUpdate(string, string, string, Watcher, ServiceCallback<Watcher>)
deleteMethod(string, string, string, RequestOptionsBase)

İzleyiciyi ada göre silin.

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

İzleyici adıyla tanımlanan izleyiciyi alın.

get(string, string, string, RequestOptionsBase, ServiceCallback<Watcher>)
get(string, string, string, ServiceCallback<Watcher>)
listByAutomationAccount(string, string, ServiceCallback<WatcherListResult>)
listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams)

İzleyicilerin listesini alın.

listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams, ServiceCallback<WatcherListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

İzleyicilerin listesini alın.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WatcherListResult>)
listByAutomationAccountNext(string, ServiceCallback<WatcherListResult>)
start(string, string, string, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi sürdürür.

start(string, string, string, RequestOptionsBase, ServiceCallback<void>)
start(string, string, string, ServiceCallback<void>)
stop(string, string, string, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi sürdürür.

stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)
stop(string, string, string, ServiceCallback<void>)
update(string, string, string, WatcherUpdateParameters, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi güncelleştirin.

update(string, string, string, WatcherUpdateParameters, RequestOptionsBase, ServiceCallback<Watcher>)
update(string, string, string, WatcherUpdateParameters, ServiceCallback<Watcher>)

Oluşturucu Ayrıntıları

WatcherOperations(AutomationClientContext)

WatcherOperations oluşturun.

new WatcherOperations(client: AutomationClientContext)

Parametreler

client
AutomationClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, Watcher, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi oluşturun.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, options?: RequestOptionsBase): Promise<WatcherCreateOrUpdateResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

parameters
Watcher

İzleyici için oluşturma veya güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WatcherCreateOrUpdateResponse>

createOrUpdate(string, string, string, Watcher, RequestOptionsBase, ServiceCallback<Watcher>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, options: RequestOptionsBase, callback: ServiceCallback<Watcher>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

parameters
Watcher

İzleyici için oluşturma veya güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Watcher>

Geri çağırma

createOrUpdate(string, string, string, Watcher, ServiceCallback<Watcher>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, callback: ServiceCallback<Watcher>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

parameters
Watcher

İzleyici için oluşturma veya güncelleştirme parametreleri.

callback

ServiceCallback<Watcher>

Geri çağırma

deleteMethod(string, string, string, RequestOptionsBase)

İzleyiciyi ada göre silin.

function deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin 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, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin 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, watcherName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, string, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi alın.

function get(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<WatcherGetResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WatcherGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Watcher>)

function get(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<Watcher>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Watcher>

Geri çağırma

get(string, string, string, ServiceCallback<Watcher>)

function get(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<Watcher>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

callback

ServiceCallback<Watcher>

Geri çağırma

listByAutomationAccount(string, string, ServiceCallback<WatcherListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<WatcherListResult>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

callback

ServiceCallback<WatcherListResult>

Geri çağırma

listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams)

İzleyicilerin listesini alın.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WatcherListByAutomationAccountOptionalParams): Promise<WatcherListByAutomationAccountResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
WatcherListByAutomationAccountOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WatcherListByAutomationAccountResponse>

listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams, ServiceCallback<WatcherListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: WatcherListByAutomationAccountOptionalParams, callback: ServiceCallback<WatcherListResult>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
WatcherListByAutomationAccountOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<WatcherListResult>

Geri çağırma

listByAutomationAccountNext(string, RequestOptionsBase)

İzleyicilerin listesini alın.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WatcherListByAutomationAccountNextResponse>

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

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WatcherListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WatcherListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<WatcherListResult>

Geri çağırma

listByAutomationAccountNext(string, ServiceCallback<WatcherListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<WatcherListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<WatcherListResult>

Geri çağırma

start(string, string, string, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi sürdürür.

function start(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

start(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function start(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

start(string, string, string, ServiceCallback<void>)

function start(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

callback

ServiceCallback<void>

Geri çağırma

stop(string, string, string, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi sürdürür.

function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

stop(string, string, string, ServiceCallback<void>)

function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

callback

ServiceCallback<void>

Geri çağırma

update(string, string, string, WatcherUpdateParameters, RequestOptionsBase)

İzleyici adıyla tanımlanan izleyiciyi güncelleştirin.

function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, options?: RequestOptionsBase): Promise<WatcherUpdateResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

parameters
WatcherUpdateParameters

İzleyici için güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.WatcherUpdateResponse>

update(string, string, string, WatcherUpdateParameters, RequestOptionsBase, ServiceCallback<Watcher>)

function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Watcher>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

parameters
WatcherUpdateParameters

İzleyici için güncelleştirme parametreleri.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Watcher>

Geri çağırma

update(string, string, string, WatcherUpdateParameters, ServiceCallback<Watcher>)

function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, callback: ServiceCallback<Watcher>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

watcherName

string

İzleyicinin adı.

parameters
WatcherUpdateParameters

İzleyici için güncelleştirme parametreleri.

callback

ServiceCallback<Watcher>

Geri çağırma