Uses of Class
com.azure.resourcemanager.monitor.models.VoiceReceiver
-
Packages that use VoiceReceiver 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 VoiceReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type VoiceReceiver Modifier and Type Method Description List<VoiceReceiver>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 VoiceReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. 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 VoiceReceiver Modifier and Type Method Description VoiceReceiverVoiceReceiver. withCountryCode(String countryCode)Set the countryCode property: The country code of the voice receiver.VoiceReceiverVoiceReceiver. withName(String name)Set the name property: The name of the voice receiver.VoiceReceiverVoiceReceiver. 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 VoiceReceiver Modifier and Type Method Description List<VoiceReceiver>ActionGroup. voiceReceivers()Get the voiceReceivers value.
-