### YamlMime:JavaType uid: "com.azure.resourcemanager.monitor.models.AlertRuleList" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList" name: "AlertRuleList" nameWithType: "AlertRuleList" summary: "A list of Activity Log Alert rules." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **AlertRuleList**
implements <>" constructors: - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.AlertRuleList()" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.AlertRuleList()" name: "AlertRuleList()" nameWithType: "AlertRuleList.AlertRuleList()" summary: "Creates an instance of AlertRuleList class." syntax: "public AlertRuleList()" desc: "Creates an instance of AlertRuleList class." methods: - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "AlertRuleList.fromJson(JsonReader jsonReader)" summary: "Reads an instance of AlertRuleList from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static AlertRuleList fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the AlertRuleList." type: "IOException" desc: "Reads an instance of AlertRuleList from the JsonReader." returns: description: "An instance of AlertRuleList if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.nextLink()" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.nextLink()" name: "nextLink()" nameWithType: "AlertRuleList.nextLink()" summary: "Get the nextLink property: Provides the link to retrieve the next set of elements." syntax: "public String nextLink()" desc: "Get the nextLink property: Provides the link to retrieve the next set of elements." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "AlertRuleList.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.validate()" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.validate()" name: "validate()" nameWithType: "AlertRuleList.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.value()" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.value()" name: "value()" nameWithType: "AlertRuleList.value()" summary: "Get the value property: The list of Activity Log Alert rules." syntax: "public List value()" desc: "Get the value property: The list of Activity Log Alert rules." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.withNextLink(java.lang.String)" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.withNextLink(String nextLink)" name: "withNextLink(String nextLink)" nameWithType: "AlertRuleList.withNextLink(String nextLink)" summary: "Set the nextLink property: Provides the link to retrieve the next set of elements." parameters: - description: "the nextLink value to set." name: "nextLink" type: "String" syntax: "public AlertRuleList withNextLink(String nextLink)" desc: "Set the nextLink property: Provides the link to retrieve the next set of elements." returns: description: "the AlertRuleList object itself." type: "" - uid: "com.azure.resourcemanager.monitor.models.AlertRuleList.withValue(java.util.List)" fullName: "com.azure.resourcemanager.monitor.models.AlertRuleList.withValue(List value)" name: "withValue(List value)" nameWithType: "AlertRuleList.withValue(List value)" summary: "Set the value property: The list of Activity Log Alert rules." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public AlertRuleList withValue(List value)" desc: "Set the value property: The list of Activity Log Alert rules." returns: description: "the AlertRuleList object itself." type: "" type: "class" desc: "A list of Activity Log Alert rules." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.monitor.models" artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0