Uses of Class
com.azure.resourcemanager.monitor.models.SmsReceiver
Packages that use SmsReceiver
Package
Description
Package containing the inner data models for MonitorClient.
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 SmsReceiverModifier and TypeMethodDescriptionActionGroup.smsReceivers()Get the smsReceivers property: The list of SMS receivers that are part of this action group.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 SmsReceiverModifier and TypeMethodDescriptionActionGroup.withSmsReceivers(List<SmsReceiver> smsReceivers) Set the smsReceivers property: The list of SMS receivers that are part of this action group.ActionGroupResourceInner.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 SmsReceiverModifier and TypeMethodDescriptionstatic SmsReceiverSmsReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SmsReceiver from the JsonReader.SmsReceiver.withCountryCode(String countryCode) Set the countryCode property: The country code of the SMS receiver.Set the name property: The name of the SMS receiver.SmsReceiver.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 SmsReceiverModifier and TypeMethodDescriptionActionGroup.smsReceivers()Get the smsReceivers value.NotificationRequestBody.smsReceivers()Get the smsReceivers property: The list of SMS receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type SmsReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withSmsReceivers(List<SmsReceiver> smsReceivers) Set the smsReceivers property: The list of SMS receivers that are part of this action group.