Uses of Class
com.azure.resourcemanager.monitor.models.AutomationRunbookReceiver
Packages that use AutomationRunbookReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AutomationRunbookReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type AutomationRunbookReceiverModifier and TypeMethodDescriptionActionGroup.automationRunbookReceivers()Get the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.ActionGroupResourceInner.automationRunbookReceivers()Get the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AutomationRunbookReceiverModifier and TypeMethodDescriptionActionGroup.withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers) Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.ActionGroupResourceInner.withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers) Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group. -
Uses of AutomationRunbookReceiver in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type AutomationRunbookReceiverModifier and TypeClassDescriptionfinal classThe Azure Automation Runbook notification receiver.Methods in com.azure.resourcemanager.monitor.models that return AutomationRunbookReceiverModifier and TypeMethodDescriptionstatic AutomationRunbookReceiverAutomationRunbookReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutomationRunbookReceiver from the JsonReader.AutomationRunbookReceiver.withAutomationAccountId(String automationAccountId) Set the automationAccountId property: The Azure automation account Id which holds this runbook and authenticate to Azure resource.AutomationRunbookReceiver.withIsGlobalRunbook(boolean isGlobalRunbook) Set the isGlobalRunbook property: Indicates whether this instance is global runbook.Set the name property: Indicates name of the webhook.AutomationRunbookReceiver.withRunbookName(String runbookName) Set the runbookName property: The name for this runbook.AutomationRunbookReceiver.withServiceUri(String serviceUri) Set the serviceUri property: The URI where webhooks should be sent.AutomationRunbookReceiver.withUseCommonAlertSchema(Boolean useCommonAlertSchema) Set the useCommonAlertSchema property: Indicates whether to use common alert schema.AutomationRunbookReceiver.withWebhookResourceId(String webhookResourceId) Set the webhookResourceId property: The resource id for webhook linked to this runbook.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AutomationRunbookReceiverModifier and TypeMethodDescriptionActionGroup.automationRunbookReceivers()Get the automationRunbookReceivers value.NotificationRequestBody.automationRunbookReceivers()Get the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AutomationRunbookReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers) Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.