Uses of Class
com.azure.resourcemanager.monitor.models.AzureAppPushReceiver
-
Packages that use AzureAppPushReceiver 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 AzureAppPushReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type AzureAppPushReceiver Modifier and Type Method Description List<AzureAppPushReceiver>ActionGroupResourceInner. azureAppPushReceivers()Get the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AzureAppPushReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers)Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group. -
Uses of AzureAppPushReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AzureAppPushReceiver Modifier and Type Method Description AzureAppPushReceiverAzureAppPushReceiver. withEmailAddress(String emailAddress)Set the emailAddress property: The email address registered for the Azure mobile app.AzureAppPushReceiverAzureAppPushReceiver. withName(String name)Set the name property: The name of the Azure mobile app push receiver.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AzureAppPushReceiver Modifier and Type Method Description List<AzureAppPushReceiver>ActionGroup. pushNotificationReceivers()Get the pushNotificationReceivers value.
-