Uses of Class
com.azure.resourcemanager.monitor.models.VoiceReceiver
Packages that use VoiceReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of VoiceReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type VoiceReceiverModifier and TypeMethodDescriptionActionGroup.voiceReceivers()Get the voiceReceivers property: The list of voice receivers that are part of this action group.ActionGroupResourceInner.voiceReceivers()Get the voiceReceivers property: The list of voice receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type VoiceReceiverModifier and TypeMethodDescriptionActionGroup.withVoiceReceivers(List<VoiceReceiver> voiceReceivers) Set the voiceReceivers property: The list of voice receivers that are part of this action group.ActionGroupResourceInner.withVoiceReceivers(List<VoiceReceiver> voiceReceivers) Set the voiceReceivers property: The list of voice receivers that are part of this action group. -
Uses of VoiceReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return VoiceReceiverModifier and TypeMethodDescriptionstatic VoiceReceiverVoiceReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VoiceReceiver from the JsonReader.VoiceReceiver.withCountryCode(String countryCode) Set the countryCode property: The country code of the voice receiver.Set the name property: The name of the voice receiver.VoiceReceiver.withPhoneNumber(String phoneNumber) Set the phoneNumber property: The phone number of the voice receiver.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type VoiceReceiverModifier and TypeMethodDescriptionActionGroup.voiceReceivers()Get the voiceReceivers value.NotificationRequestBody.voiceReceivers()Get the voiceReceivers property: The list of voice receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type VoiceReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withVoiceReceivers(List<VoiceReceiver> voiceReceivers) Set the voiceReceivers property: The list of voice receivers that are part of this action group.