azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.metricsadvisor...

110 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions"
name: "ListAlertOptions"
nameWithType: "ListAlertOptions"
summary: "Describes the additional parameters for the API to list the alerts triggered."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ListAlertOptions**"
constructors:
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.ListAlertOptions()"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.ListAlertOptions()"
name: "ListAlertOptions()"
nameWithType: "ListAlertOptions.ListAlertOptions()"
summary: "Creates an instance of List<wbr>Alert<wbr>Options."
syntax: "public ListAlertOptions()"
desc: "Creates an instance of ListAlertOptions."
methods:
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.getMaxPageSize()"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.getMaxPageSize()"
name: "getMaxPageSize()"
nameWithType: "ListAlertOptions.getMaxPageSize()"
summary: "Gets limit indicating the number of items that will be included in a service returned page."
syntax: "public Integer getMaxPageSize()"
desc: "Gets limit indicating the number of items that will be included in a service returned page."
returns:
description: "The max page size value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.getSkip()"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.getSkip()"
name: "getSkip()"
nameWithType: "ListAlertOptions.getSkip()"
summary: "Gets the number of items in the queried collection that are to be skipped and not included in the returned result."
syntax: "public Integer getSkip()"
desc: "Gets the number of items in the queried collection that are to be skipped and not included in the returned result."
returns:
description: "The skip value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.getTimeMode()"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.getTimeMode()"
name: "getTimeMode()"
nameWithType: "ListAlertOptions.getTimeMode()"
summary: "Gets the time mode."
syntax: "public AlertQueryTimeMode getTimeMode()"
desc: "Gets the time mode."
returns:
description: "The time mode."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.AlertQueryTimeMode?alt=com.azure.ai.metricsadvisor.models.AlertQueryTimeMode&text=AlertQueryTimeMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.setAlertQueryTimeMode(com.azure.ai.metricsadvisor.models.AlertQueryTimeMode)"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.setAlertQueryTimeMode(AlertQueryTimeMode alertQueryTimeMode)"
name: "setAlertQueryTimeMode(AlertQueryTimeMode alertQueryTimeMode)"
nameWithType: "ListAlertOptions.setAlertQueryTimeMode(AlertQueryTimeMode alertQueryTimeMode)"
summary: "Set the query time mode."
parameters:
- description: "the alert Query Time Mode value to set."
name: "alertQueryTimeMode"
type: "<xref href=\"com.azure.ai.metricsadvisor.models.AlertQueryTimeMode?alt=com.azure.ai.metricsadvisor.models.AlertQueryTimeMode&text=AlertQueryTimeMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ListAlertOptions setAlertQueryTimeMode(AlertQueryTimeMode alertQueryTimeMode)"
desc: "Set the query time mode."
returns:
description: "the ListAlertOptions object itself."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.ListAlertOptions?alt=com.azure.ai.metricsadvisor.models.ListAlertOptions&text=ListAlertOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.setMaxPageSize(java.lang.Integer)"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.setMaxPageSize(Integer maxPageSize)"
name: "setMaxPageSize(Integer maxPageSize)"
nameWithType: "ListAlertOptions.setMaxPageSize(Integer maxPageSize)"
summary: "Sets limit indicating the number of items to be included in a service returned page."
parameters:
- description: "The max page size value."
name: "maxPageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ListAlertOptions setMaxPageSize(Integer maxPageSize)"
desc: "Sets limit indicating the number of items to be included in a service returned page."
returns:
description: "ListAlertOptions itself."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.ListAlertOptions?alt=com.azure.ai.metricsadvisor.models.ListAlertOptions&text=ListAlertOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.metricsadvisor.models.ListAlertOptions.setSkip(java.lang.Integer)"
fullName: "com.azure.ai.metricsadvisor.models.ListAlertOptions.setSkip(Integer skip)"
name: "setSkip(Integer skip)"
nameWithType: "ListAlertOptions.setSkip(Integer skip)"
summary: "Sets the number of items in the queried collection that are to be skipped and not included in the returned result."
parameters:
- description: "The skip value."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ListAlertOptions setSkip(Integer skip)"
desc: "Sets the number of items in the queried collection that are to be skipped and not included in the returned result."
returns:
description: "ListAlertOptions itself."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.ListAlertOptions?alt=com.azure.ai.metricsadvisor.models.ListAlertOptions&text=ListAlertOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the additional parameters for the API to list the alerts triggered."
metadata: {}
package: "com.azure.ai.metricsadvisor.models"
artifact: com.azure:azure-ai-metricsadvisor:1.2.1