azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

70 строки
4.3 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.Recurrence.frequency()
name: frequency()
nameWithType: Recurrence.frequency()
returns:
description: <p>the frequency value </p>
type: <xref href="com.microsoft.azure.management.monitor.RecurrenceFrequency?alt=com.microsoft.azure.management.monitor.RecurrenceFrequency&text=RecurrenceFrequency" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly. Possible values include: 'None', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'.</p>
<p></p>
syntax: public RecurrenceFrequency frequency()
uid: com.microsoft.azure.management.monitor.Recurrence.frequency()
- fullName: com.microsoft.azure.management.monitor.Recurrence.schedule()
name: schedule()
nameWithType: Recurrence.schedule()
returns:
description: <p>the schedule value </p>
type: <xref href="com.microsoft.azure.management.monitor.RecurrentSchedule?alt=com.microsoft.azure.management.monitor.RecurrentSchedule&text=RecurrentSchedule" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the scheduling constraints for when the profile begins.</p>
<p></p>
syntax: public RecurrentSchedule schedule()
uid: com.microsoft.azure.management.monitor.Recurrence.schedule()
- fullName: com.microsoft.azure.management.monitor.Recurrence.withFrequency(RecurrenceFrequency frequency)
name: withFrequency(RecurrenceFrequency frequency)
nameWithType: Recurrence.withFrequency(RecurrenceFrequency frequency)
parameters:
- description: <p>the frequency value to set </p>
name: frequency
type: <xref href="com.microsoft.azure.management.monitor.RecurrenceFrequency?alt=com.microsoft.azure.management.monitor.RecurrenceFrequency&text=RecurrenceFrequency" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Recurrence object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.Recurrence?alt=com.microsoft.azure.management.monitor.Recurrence&text=Recurrence" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly. Possible values include: 'None', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'.</p>
<p></p>
syntax: public Recurrence withFrequency(RecurrenceFrequency frequency)
uid: com.microsoft.azure.management.monitor.Recurrence.withFrequency(RecurrenceFrequency)
- fullName: com.microsoft.azure.management.monitor.Recurrence.withSchedule(RecurrentSchedule schedule)
name: withSchedule(RecurrentSchedule schedule)
nameWithType: Recurrence.withSchedule(RecurrentSchedule schedule)
parameters:
- description: <p>the schedule value to set </p>
name: schedule
type: <xref href="com.microsoft.azure.management.monitor.RecurrentSchedule?alt=com.microsoft.azure.management.monitor.RecurrentSchedule&text=RecurrentSchedule" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Recurrence object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.Recurrence?alt=com.microsoft.azure.management.monitor.Recurrence&text=Recurrence" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the scheduling constraints for when the profile begins.</p>
<p></p>
syntax: public Recurrence withSchedule(RecurrentSchedule schedule)
uid: com.microsoft.azure.management.monitor.Recurrence.withSchedule(RecurrentSchedule)
nameWithType: Recurrence
syntax: public class Recurrence
type: class
uid: com.microsoft.azure.management.monitor.Recurrence
fullName: com.microsoft.azure.management.monitor.Recurrence
name: Recurrence
package: com.microsoft.azure.management.monitor
summary: <p>The repeating times at which this profile begins. This element is not used if the FixedDate element is used. </p>
metadata: {}