Uses of Class
com.azure.resourcemanager.monitor.models.AutomationRunbookReceiver
-
Packages that use AutomationRunbookReceiver Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 AutomationRunbookReceiver Modifier and Type Method Description List<AutomationRunbookReceiver>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 AutomationRunbookReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. 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
Methods in com.azure.resourcemanager.monitor.models that return AutomationRunbookReceiver Modifier and Type Method Description AutomationRunbookReceiverAutomationRunbookReceiver. withAutomationAccountId(String automationAccountId)Set the automationAccountId property: The Azure automation account Id which holds this runbook and authenticate to Azure resource.AutomationRunbookReceiverAutomationRunbookReceiver. withIsGlobalRunbook(boolean isGlobalRunbook)Set the isGlobalRunbook property: Indicates whether this instance is global runbook.AutomationRunbookReceiverAutomationRunbookReceiver. withName(String name)Set the name property: Indicates name of the webhook.AutomationRunbookReceiverAutomationRunbookReceiver. withRunbookName(String runbookName)Set the runbookName property: The name for this runbook.AutomationRunbookReceiverAutomationRunbookReceiver. withServiceUri(String serviceUri)Set the serviceUri property: The URI where webhooks should be sent.AutomationRunbookReceiverAutomationRunbookReceiver. withUseCommonAlertSchema(Boolean useCommonAlertSchema)Set the useCommonAlertSchema property: Indicates whether to use common alert schema.AutomationRunbookReceiverAutomationRunbookReceiver. 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 AutomationRunbookReceiver Modifier and Type Method Description List<AutomationRunbookReceiver>ActionGroup. automationRunbookReceivers()Get the automationRunbookReceivers value.
-