Uses of Class
com.azure.resourcemanager.monitor.models.EventHubReceiver
Packages that use EventHubReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of EventHubReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type EventHubReceiverModifier and TypeMethodDescriptionActionGroup.eventHubReceivers()Get the eventHubReceivers property: The list of event hub receivers that are part of this action group.ActionGroupResourceInner.eventHubReceivers()Get the eventHubReceivers property: The list of event hub receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type EventHubReceiverModifier and TypeMethodDescriptionActionGroup.withEventHubReceivers(List<EventHubReceiver> eventHubReceivers) Set the eventHubReceivers property: The list of event hub receivers that are part of this action group.ActionGroupResourceInner.withEventHubReceivers(List<EventHubReceiver> eventHubReceivers) Set the eventHubReceivers property: The list of event hub receivers that are part of this action group. -
Uses of EventHubReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return EventHubReceiverModifier and TypeMethodDescriptionstatic EventHubReceiverEventHubReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventHubReceiver from the JsonReader.EventHubReceiver.withEventHubName(String eventHubName) Set the eventHubName property: The name of the specific Event Hub queue.EventHubReceiver.withEventHubNameSpace(String eventHubNameSpace) Set the eventHubNameSpace property: The Event Hub namespace.Set the name property: The name of the Event hub receiver.EventHubReceiver.withSubscriptionId(String subscriptionId) Set the subscriptionId property: The Id for the subscription containing this event hub.EventHubReceiver.withTenantId(String tenantId) Set the tenantId property: The tenant Id for the subscription containing this event hub.EventHubReceiver.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 EventHubReceiverModifier and TypeMethodDescriptionNotificationRequestBody.eventHubReceivers()Get the eventHubReceivers property: The list of event hub receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type EventHubReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withEventHubReceivers(List<EventHubReceiver> eventHubReceivers) Set the eventHubReceivers property: The list of event hub receivers that are part of this action group.