ScalingScheduleDaysOfWeekItem 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 ScalingScheduleDaysOfWeekItem.
public readonly struct ScalingScheduleDaysOfWeekItem : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.ScalingScheduleDaysOfWeekItem>
type ScalingScheduleDaysOfWeekItem = struct
Public Structure ScalingScheduleDaysOfWeekItem
Implements IEquatable(Of ScalingScheduleDaysOfWeekItem)
- Inheritance
-
ScalingScheduleDaysOfWeekItem
- Implements
Constructors
ScalingScheduleDaysOfWeekItem(String) |
Initializes a new instance of ScalingScheduleDaysOfWeekItem. |
Properties
Friday |
Friday. |
Monday |
Monday. |
Saturday |
Saturday. |
Sunday |
Sunday. |
Thursday |
Thursday. |
Tuesday |
Tuesday. |
Wednesday |
Wednesday. |
Methods
Equals(ScalingScheduleDaysOfWeekItem) |
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(ScalingScheduleDaysOfWeekItem, ScalingScheduleDaysOfWeekItem) |
Determines if two ScalingScheduleDaysOfWeekItem values are the same. |
Implicit(String to ScalingScheduleDaysOfWeekItem) |
Converts a string to a ScalingScheduleDaysOfWeekItem. |
Inequality(ScalingScheduleDaysOfWeekItem, ScalingScheduleDaysOfWeekItem) |
Determines if two ScalingScheduleDaysOfWeekItem values are not the same. |
Applies to
Azure SDK for .NET