Uses of Class
com.azure.resourcemanager.monitor.models.ItsmReceiver
-
Packages that use ItsmReceiver 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 ItsmReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type ItsmReceiver Modifier and Type Method Description List<ItsmReceiver>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 ItsmReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. 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 ItsmReceiver Modifier and Type Method Description ItsmReceiverItsmReceiver. withConnectionId(String connectionId)Set the connectionId property: Unique identification of ITSM connection among multiple defined in above workspace.ItsmReceiverItsmReceiver. withName(String name)Set the name property: The name of the Itsm receiver.ItsmReceiverItsmReceiver. withRegion(String region)Set the region property: Region in which workspace resides.ItsmReceiverItsmReceiver. withTicketConfiguration(String ticketConfiguration)Set the ticketConfiguration property: JSON blob for the configurations of the ITSM action.ItsmReceiverItsmReceiver. 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 ItsmReceiver Modifier and Type Method Description List<ItsmReceiver>ActionGroup. itsmReceivers()Get the itsmReceivers value.
-