Uses of Interface
com.azure.resourcemanager.monitor.models.ActionGroup.Update
-
Packages that use ActionGroup.Update Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ActionGroup.Update in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActionGroup.Update Modifier and Type Method Description ActionGroup.UpdateActionGroup.UpdateStages.WithActionUpdateDefinition. parent()Returns to the Action Group update flow.ActionGroup.UpdateActionGroup.UpdateStages.WithActionDefinition. withoutReceiver(String actionNamePrefix)Removes all the receivers that contain specified actionNamePrefix string in the name.ActionGroup.UpdateActionGroup.UpdateStages.WithActionDefinition. withShortName(String shortName)Sets the short name of the action group.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ActionGroup.Update Modifier and Type Method Description ActionGroup.ActionDefinition<? extends ActionGroup.Update>ActionGroup.UpdateStages.WithActionDefinition. defineReceiver(String actionNamePrefix)Begins a definition for a new receiver group in the current Action group object.
-