Uses of Class
com.azure.resourcemanager.monitor.models.ArmRoleReceiver
Packages that use ArmRoleReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ArmRoleReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type ArmRoleReceiverModifier and TypeMethodDescriptionActionGroup.armRoleReceivers()Get the armRoleReceivers property: The list of ARM role receivers that are part of this action group.ActionGroupResourceInner.armRoleReceivers()Get the armRoleReceivers property: The list of ARM role receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type ArmRoleReceiverModifier and TypeMethodDescriptionActionGroup.withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers) Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.ActionGroupResourceInner.withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers) Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group. -
Uses of ArmRoleReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ArmRoleReceiverModifier and TypeMethodDescriptionstatic ArmRoleReceiverArmRoleReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ArmRoleReceiver from the JsonReader.Set the name property: The name of the arm role receiver.ArmRoleReceiver.withRoleId(String roleId) Set the roleId property: The arm role id.ArmRoleReceiver.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 ArmRoleReceiverModifier and TypeMethodDescriptionNotificationRequestBody.armRoleReceivers()Get the armRoleReceivers property: The list of ARM role receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ArmRoleReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers) Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.