Uses of Class
com.azure.resourcemanager.monitor.models.WebhookReceiver
Packages that use WebhookReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of WebhookReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type WebhookReceiverModifier and TypeMethodDescriptionActionGroup.webhookReceivers()Get the webhookReceivers property: The list of webhook receivers that are part of this action group.ActionGroupResourceInner.webhookReceivers()Get the webhookReceivers property: The list of webhook receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type WebhookReceiverModifier and TypeMethodDescriptionActionGroup.withWebhookReceivers(List<WebhookReceiver> webhookReceivers) Set the webhookReceivers property: The list of webhook receivers that are part of this action group.ActionGroupResourceInner.withWebhookReceivers(List<WebhookReceiver> webhookReceivers) Set the webhookReceivers property: The list of webhook receivers that are part of this action group. -
Uses of WebhookReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return WebhookReceiverModifier and TypeMethodDescriptionstatic WebhookReceiverWebhookReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookReceiver from the JsonReader.WebhookReceiver.withIdentifierUri(String identifierUri) Set the identifierUri property: Indicates the identifier uri for aad auth.Set the name property: The name of the webhook receiver.WebhookReceiver.withObjectId(String objectId) Set the objectId property: Indicates the webhook app object Id for aad auth.WebhookReceiver.withServiceUri(String serviceUri) Set the serviceUri property: The URI where webhooks should be sent.WebhookReceiver.withTenantId(String tenantId) Set the tenantId property: Indicates the tenant id for aad auth.WebhookReceiver.withUseAadAuth(Boolean useAadAuth) Set the useAadAuth property: Indicates whether or not use AAD authentication.WebhookReceiver.withUseCommonAlertSchema(Boolean useCommonAlertSchema) Set the useCommonAlertSchema property: Indicates whether to use common alert schema.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type WebhookReceiverModifier and TypeMethodDescriptionActionGroup.webhookReceivers()Get the webhookReceivers value.NotificationRequestBody.webhookReceivers()Get the webhookReceivers property: The list of webhook receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type WebhookReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withWebhookReceivers(List<WebhookReceiver> webhookReceivers) Set the webhookReceivers property: The list of webhook receivers that are part of this action group.