Delen via


WebhookOperations class

Klasse die een WebhookOperations vertegenwoordigt.

Constructors

WebhookOperations(AutomationClientContext)

Maak een WebhookOperations.

Methoden

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)

Maak de webhook die wordt geïdentificeerd door de naam van de webhook.

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)
deleteMethod(string, string, string, RequestOptionsBase)

Verwijder de webhook op naam.

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

Hiermee wordt een URI gegenereerd voor gebruik bij het maken van een webhook.

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

Haal de webhook op die is geïdentificeerd door de naam van de webhook.

get(string, string, string, RequestOptionsBase, ServiceCallback<Webhook>)
get(string, string, string, ServiceCallback<Webhook>)
listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)
listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Haal een lijst met webhooks op.

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Haal een lijst met webhooks op.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)
listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)
update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)

Werk de webhook bij die is geïdentificeerd door de naam van de webhook.

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)

Constructordetails

WebhookOperations(AutomationClientContext)

Maak een WebhookOperations.

new WebhookOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)

Maak de webhook die wordt geïdentificeerd door de naam van de webhook.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<WebhookCreateOrUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

parameters
WebhookCreateOrUpdateParameters

De parameters voor het maken of bijwerken van webhook.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.WebhookCreateOrUpdateResponse>

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

parameters
WebhookCreateOrUpdateParameters

De parameters voor het maken of bijwerken van webhook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Webhook>

De callback

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, callback: ServiceCallback<Webhook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

parameters
WebhookCreateOrUpdateParameters

De parameters voor het maken of bijwerken van webhook.

callback

ServiceCallback<Webhook>

De callback

deleteMethod(string, string, string, RequestOptionsBase)

Verwijder de webhook op naam.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Beloof<msRest.RestResponse>

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

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

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

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<void>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

callback

ServiceCallback<void>

De callback

generateUri(string, string, RequestOptionsBase)

Hiermee wordt een URI gegenereerd voor gebruik bij het maken van een webhook.

function generateUri(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<WebhookGenerateUriResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.WebhookGenerateUriResponse>

generateUri(string, string, RequestOptionsBase, ServiceCallback<string>)

function generateUri(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<string>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<string>

De callback

generateUri(string, string, ServiceCallback<string>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<string>

De callback

get(string, string, string, RequestOptionsBase)

Haal de webhook op die is geïdentificeerd door de naam van de webhook.

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<WebhookGetResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.WebhookGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Webhook>

De callback

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

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<Webhook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

callback

ServiceCallback<Webhook>

De callback

listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<WebhookListResult>

De callback

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

Haal een lijst met webhooks op.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): Promise<WebhookListByAutomationAccountResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
WebhookListByAutomationAccountOptionalParams

De optionele parameters

Retouren

Beloof<Modellen.WebhookListByAutomationAccountResponse>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: WebhookListByAutomationAccountOptionalParams, callback: ServiceCallback<WebhookListResult>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
WebhookListByAutomationAccountOptionalParams

De optionele parameters

callback

ServiceCallback<WebhookListResult>

De callback

listByAutomationAccountNext(string, RequestOptionsBase)

Haal een lijst met webhooks op.

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.WebhookListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<WebhookListResult>

De callback

listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

callback

ServiceCallback<WebhookListResult>

De callback

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)

Werk de webhook bij die is geïdentificeerd door de naam van de webhook.

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: RequestOptionsBase): Promise<WebhookUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

parameters
WebhookUpdateParameters

De updateparameters voor webhook.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.WebhookUpdateResponse>

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

parameters
WebhookUpdateParameters

De updateparameters voor webhook.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Webhook>

De callback

update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, callback: ServiceCallback<Webhook>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

webhookName

string

De naam van de webhook.

parameters
WebhookUpdateParameters

De updateparameters voor webhook.

callback

ServiceCallback<Webhook>

De callback