| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withAutomationAccountId(String automationAccountId)
Set the automationAccountId property: The Azure automation account Id which holds this runbook and authenticate
to Azure resource.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withIsGlobalRunbook(boolean isGlobalRunbook)
Set the isGlobalRunbook property: Indicates whether this instance is global runbook.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withName(String name)
Set the name property: Indicates name of the webhook.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withRunbookName(String runbookName)
Set the runbookName property: The name for this runbook.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withServiceUri(String serviceUri)
Set the serviceUri property: The URI where webhooks should be sent.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)
Set the useCommonAlertSchema property: Indicates whether to use common alert schema.
|
AutomationRunbookReceiver |
AutomationRunbookReceiver.withWebhookResourceId(String webhookResourceId)
Set the webhookResourceId property: The resource id for webhook linked to this runbook.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.