AutomationRunbookReceiver |
AutomationRunbookReceiver.withAutomationAccountId(String automationAccountId) |
Set the Azure automation account Id which holds this runbook and authenticate to Azure resource.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withIsGlobalRunbook(boolean isGlobalRunbook) |
Set indicates whether this instance is global runbook.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withName(String name) |
Set indicates name of the webhook.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withRunbookName(String runbookName) |
Set the name for this runbook.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withServiceUri(String serviceUri) |
Set the URI where webhooks should be sent.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withWebhookResourceId(String webhookResourceId) |
Set the resource id for webhook linked to this runbook.
|