84 строки
5.7 KiB
YAML
84 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.Schedule"
|
|
fullName: "com.microsoft.azure.management.monitor.Schedule"
|
|
name: "Schedule"
|
|
nameWithType: "Schedule"
|
|
summary: "Defines how often to run the search and the time interval."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **Schedule**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.Schedule.Schedule()"
|
|
fullName: "com.microsoft.azure.management.monitor.Schedule.Schedule()"
|
|
name: "Schedule()"
|
|
nameWithType: "Schedule.Schedule()"
|
|
syntax: "public Schedule()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.Schedule.frequencyInMinutes()"
|
|
fullName: "com.microsoft.azure.management.monitor.Schedule.frequencyInMinutes()"
|
|
name: "frequencyInMinutes()"
|
|
nameWithType: "Schedule.frequencyInMinutes()"
|
|
summary: "Get frequency (in minutes) at which rule condition should be evaluated."
|
|
syntax: "public int frequencyInMinutes()"
|
|
desc: "Get frequency (in minutes) at which rule condition should be evaluated."
|
|
returns:
|
|
description: "the frequencyInMinutes value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Schedule.timeWindowInMinutes()"
|
|
fullName: "com.microsoft.azure.management.monitor.Schedule.timeWindowInMinutes()"
|
|
name: "timeWindowInMinutes()"
|
|
nameWithType: "Schedule.timeWindowInMinutes()"
|
|
summary: "Get time window for which data needs to be fetched for query (should be greater than or equal to frequency<wbr>InMinutes)."
|
|
syntax: "public int timeWindowInMinutes()"
|
|
desc: "Get time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes)."
|
|
returns:
|
|
description: "the timeWindowInMinutes value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Schedule.withFrequencyInMinutes(int)"
|
|
fullName: "com.microsoft.azure.management.monitor.Schedule.withFrequencyInMinutes(int frequencyInMinutes)"
|
|
name: "withFrequencyInMinutes(int frequencyInMinutes)"
|
|
nameWithType: "Schedule.withFrequencyInMinutes(int frequencyInMinutes)"
|
|
summary: "Set frequency (in minutes) at which rule condition should be evaluated."
|
|
parameters:
|
|
- description: "the frequencyInMinutes value to set"
|
|
name: "frequencyInMinutes"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Schedule withFrequencyInMinutes(int frequencyInMinutes)"
|
|
desc: "Set frequency (in minutes) at which rule condition should be evaluated."
|
|
returns:
|
|
description: "the Schedule object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Schedule?alt=com.microsoft.azure.management.monitor.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Schedule.withTimeWindowInMinutes(int)"
|
|
fullName: "com.microsoft.azure.management.monitor.Schedule.withTimeWindowInMinutes(int timeWindowInMinutes)"
|
|
name: "withTimeWindowInMinutes(int timeWindowInMinutes)"
|
|
nameWithType: "Schedule.withTimeWindowInMinutes(int timeWindowInMinutes)"
|
|
summary: "Set time window for which data needs to be fetched for query (should be greater than or equal to frequency<wbr>InMinutes)."
|
|
parameters:
|
|
- description: "the timeWindowInMinutes value to set"
|
|
name: "timeWindowInMinutes"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Schedule withTimeWindowInMinutes(int timeWindowInMinutes)"
|
|
desc: "Set time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes)."
|
|
returns:
|
|
description: "the Schedule object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Schedule?alt=com.microsoft.azure.management.monitor.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines how often to run the search and the time interval."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|