Uses of Class
com.azure.resourcemanager.monitor.models.ItsmReceiver
Packages that use ItsmReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ItsmReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type ItsmReceiverModifier and TypeMethodDescriptionActionGroup.itsmReceivers()
Get the itsmReceivers property: The list of ITSM receivers that are part of this action group.ActionGroupResourceInner.itsmReceivers()
Get the itsmReceivers property: The list of ITSM receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type ItsmReceiverModifier and TypeMethodDescriptionActionGroup.withItsmReceivers
(List<ItsmReceiver> itsmReceivers) Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.ActionGroupResourceInner.withItsmReceivers
(List<ItsmReceiver> itsmReceivers) Set the itsmReceivers property: The list of ITSM receivers that are part of this action group. -
Uses of ItsmReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ItsmReceiverModifier and TypeMethodDescriptionstatic ItsmReceiver
ItsmReceiver.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ItsmReceiver from the JsonReader.ItsmReceiver.withConnectionId
(String connectionId) Set the connectionId property: Unique identification of ITSM connection among multiple defined in above workspace.Set the name property: The name of the Itsm receiver.ItsmReceiver.withRegion
(String region) Set the region property: Region in which workspace resides.ItsmReceiver.withTicketConfiguration
(String ticketConfiguration) Set the ticketConfiguration property: JSON blob for the configurations of the ITSM action.ItsmReceiver.withWorkspaceId
(String workspaceId) Set the workspaceId property: OMS LA instance identifier.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ItsmReceiverModifier and TypeMethodDescriptionActionGroup.itsmReceivers()
Get the itsmReceivers value.NotificationRequestBody.itsmReceivers()
Get the itsmReceivers property: The list of ITSM receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ItsmReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withItsmReceivers
(List<ItsmReceiver> itsmReceivers) Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.