WatcherOperations class
WatcherOperations'i temsil eden sınıf.
Oluşturucular
| Watcher |
WatcherOperations oluşturun. |
Yöntemler
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<WatcherCreateOrUpdateResponse>
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
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
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<WatcherGetResponse>
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
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
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
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ı.
İ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ı.
İsteğe bağlı parametreler
- callback
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
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
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<WatcherUpdateResponse>
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
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
Geri çağırma