你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecurrenceFrequency Struct

Definition

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequencyTypeConverter))]
public struct RecurrenceFrequency : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequencyTypeConverter))>]
type RecurrenceFrequency = struct
    interface IArgumentCompleter
Public Structure RecurrenceFrequency
Implements IArgumentCompleter, IEquatable(Of RecurrenceFrequency)
Inheritance
RecurrenceFrequency
Attributes
Implements

Fields

Day
Hour
Minute
Month
None
Second
Week
Year

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RecurrenceFrequency (override for Object)

Equals(RecurrenceFrequency)

Compares values of enum type RecurrenceFrequency

GetHashCode()

Returns hashCode for enum RecurrenceFrequency

ToString()

Returns string representation for RecurrenceFrequency

Operators

Equality(RecurrenceFrequency, RecurrenceFrequency)

Overriding == operator for enum RecurrenceFrequency

Implicit(RecurrenceFrequency to String)

Implicit operator to convert RecurrenceFrequency to string

Implicit(String to RecurrenceFrequency)

Implicit operator to convert string to RecurrenceFrequency

Inequality(RecurrenceFrequency, RecurrenceFrequency)

Overriding != operator for enum RecurrenceFrequency

Applies to