Interface AlertsResult


public interface AlertsResult
An immutable client-side representation of AlertsResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.AlertsResultInner object.
    Gets the nextLink property: URL to get the next set of alerts results if there are any.
    Gets the value property: List of alerts.
  • Method Details

    • value

      List<Alert> value()
      Gets the value property: List of alerts.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: URL to get the next set of alerts results if there are any.
      Returns:
      the nextLink value.
    • innerModel

      AlertsResultInner innerModel()
      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.AlertsResultInner object.
      Returns:
      the inner object.