Uses of Class
com.azure.resourcemanager.monitor.models.SmsReceiver
-
Packages that use SmsReceiver 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 SmsReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type SmsReceiver Modifier and Type Method Description List<SmsReceiver>ActionGroupResourceInner. smsReceivers()Get the smsReceivers property: The list of SMS receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type SmsReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. withSmsReceivers(List<SmsReceiver> smsReceivers)Set the smsReceivers property: The list of SMS receivers that are part of this action group. -
Uses of SmsReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return SmsReceiver Modifier and Type Method Description SmsReceiverSmsReceiver. withCountryCode(String countryCode)Set the countryCode property: The country code of the SMS receiver.SmsReceiverSmsReceiver. withName(String name)Set the name property: The name of the SMS receiver.SmsReceiverSmsReceiver. withPhoneNumber(String phoneNumber)Set the phoneNumber property: The phone number of the SMS receiver.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type SmsReceiver Modifier and Type Method Description List<SmsReceiver>ActionGroup. smsReceivers()Get the smsReceivers value.
-