WebhookOperations class
WebhookOperations を表すクラス。
コンストラクター
| Webhook |
WebhookOperations を作成します。 |
メソッド
コンストラクターの詳細
WebhookOperations(AutomationClientContext)
WebhookOperations を作成します。
new WebhookOperations(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)
webhook 名で識別される webhook を作成します。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<WebhookCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- parameters
- WebhookCreateOrUpdateParameters
webhook の作成または更新パラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<WebhookCreateOrUpdateResponse>
Promise<Models.WebhookCreateOrUpdateResponse>
createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- parameters
- WebhookCreateOrUpdateParameters
webhook の作成または更新パラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, callback: ServiceCallback<Webhook>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- parameters
- WebhookCreateOrUpdateParameters
webhook の作成または更新パラメーター。
- callback
コールバック
deleteMethod(string, string, string, RequestOptionsBase)
名前で webhook を削除します。
function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<RestResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<RestResponse>
Promise<msRest.RestResponse応答>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<void>
コールバック
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<void>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- callback
-
ServiceCallback<void>
コールバック
generateUri(string, string, RequestOptionsBase)
Webhook の作成に使用する URI を生成します。
function generateUri(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<WebhookGenerateUriResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<WebhookGenerateUriResponse>
Promise<Models.WebhookGenerateUriResponse>
generateUri(string, string, RequestOptionsBase, ServiceCallback<string>)
function generateUri(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<string>
コールバック
generateUri(string, string, ServiceCallback<string>)
function generateUri(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<string>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
-
ServiceCallback<string>
コールバック
get(string, string, string, RequestOptionsBase)
webhook 名で識別される webhook を取得します。
function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<WebhookGetResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<WebhookGetResponse>
Promise<Models.WebhookGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Webhook>)
function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
get(string, string, string, ServiceCallback<Webhook>)
function get(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<Webhook>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- callback
コールバック
listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<WebhookListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック
listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)
Webhook の一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): Promise<WebhookListByAutomationAccountResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
戻り値
Promise<Models.WebhookListByAutomationAccountResponse>
listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: WebhookListByAutomationAccountOptionalParams, callback: ServiceCallback<WebhookListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
- callback
コールバック
listByAutomationAccountNext(string, RequestOptionsBase)
Webhook の一覧を取得します。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebhookListByAutomationAccountNextResponse>
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.WebhookListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebhookListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<WebhookListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- callback
コールバック
update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)
webhook 名で識別される webhook を更新します。
function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: RequestOptionsBase): Promise<WebhookUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- parameters
- WebhookUpdateParameters
webhook の更新パラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<WebhookUpdateResponse>
Promise<Models.WebhookUpdateResponseです。>
update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- parameters
- WebhookUpdateParameters
webhook の更新パラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)
function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, callback: ServiceCallback<Webhook>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- webhookName
-
string
Webhook 名。
- parameters
- WebhookUpdateParameters
webhook の更新パラメーター。
- callback
コールバック