DevCenterScheduledFrequency Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The frequency of task execution.
public readonly struct DevCenterScheduledFrequency : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledFrequency>
type DevCenterScheduledFrequency = struct
Public Structure DevCenterScheduledFrequency
Implements IEquatable(Of DevCenterScheduledFrequency)
- Inheritance
-
DevCenterScheduledFrequency
- Implements
Constructors
DevCenterScheduledFrequency(String) |
Initializes a new instance of DevCenterScheduledFrequency. |
Properties
Daily |
Daily. |
Methods
Equals(DevCenterScheduledFrequency) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DevCenterScheduledFrequency, DevCenterScheduledFrequency) |
Determines if two DevCenterScheduledFrequency values are the same. |
Implicit(String to DevCenterScheduledFrequency) |
Converts a string to a DevCenterScheduledFrequency. |
Inequality(DevCenterScheduledFrequency, DevCenterScheduledFrequency) |
Determines if two DevCenterScheduledFrequency values are not the same. |
Applies to
Azure SDK for .NET