Uses of Class
com.azure.resourcemanager.monitor.models.AzureAppPushReceiver
Packages that use AzureAppPushReceiver
Package
Description
Package containing the inner data models for MonitorClient.
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 AzureAppPushReceiverModifier and TypeMethodDescriptionActionGroup.azureAppPushReceivers()Get the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.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 AzureAppPushReceiverModifier and TypeMethodDescriptionActionGroup.withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers) Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.ActionGroupResourceInner.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 AzureAppPushReceiverModifier and TypeMethodDescriptionstatic AzureAppPushReceiverAzureAppPushReceiver.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureAppPushReceiver from the JsonReader.AzureAppPushReceiver.withEmailAddress(String emailAddress) Set the emailAddress property: The email address registered for the Azure mobile app.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 AzureAppPushReceiverModifier and TypeMethodDescriptionNotificationRequestBody.azureAppPushReceivers()Get the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.ActionGroup.pushNotificationReceivers()Get the pushNotificationReceivers value.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AzureAppPushReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers) Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.