Uses of Class
com.azure.resourcemanager.monitor.models.WebhookReceiver
-
Packages that use WebhookReceiver 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 WebhookReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type WebhookReceiver Modifier and Type Method Description List<WebhookReceiver>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 WebhookReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. 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 WebhookReceiver Modifier and Type Method Description WebhookReceiverWebhookReceiver. withIdentifierUri(String identifierUri)Set the identifierUri property: Indicates the identifier uri for aad auth.WebhookReceiverWebhookReceiver. withName(String name)Set the name property: The name of the webhook receiver.WebhookReceiverWebhookReceiver. withObjectId(String objectId)Set the objectId property: Indicates the webhook app object Id for aad auth.WebhookReceiverWebhookReceiver. withServiceUri(String serviceUri)Set the serviceUri property: The URI where webhooks should be sent.WebhookReceiverWebhookReceiver. withTenantId(String tenantId)Set the tenantId property: Indicates the tenant id for aad auth.WebhookReceiverWebhookReceiver. withUseAadAuth(Boolean useAadAuth)Set the useAadAuth property: Indicates whether or not use AAD authentication.WebhookReceiverWebhookReceiver. 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 WebhookReceiver Modifier and Type Method Description List<WebhookReceiver>ActionGroup. webhookReceivers()Get the webhookReceivers value.
-