ComputeScheduleOSType 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 supported operating system types for flex VM creation.
public readonly struct ComputeScheduleOSType : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleOSType>
type ComputeScheduleOSType = struct
Public Structure ComputeScheduleOSType
Implements IEquatable(Of ComputeScheduleOSType)
- Inheritance
-
ComputeScheduleOSType
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeScheduleOSType(String) |
Initializes a new instance of ComputeScheduleOSType. |
Properties
| Name | Description |
|---|---|
| Linux |
Linux operating system. |
| Windows |
Windows operating system. |
Methods
| Name | Description |
|---|---|
| Equals(ComputeScheduleOSType) |
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
| Name | Description |
|---|---|
| Equality(ComputeScheduleOSType, ComputeScheduleOSType) |
Determines if two ComputeScheduleOSType values are the same. |
| Implicit(String to ComputeScheduleOSType) |
Converts a string to a ComputeScheduleOSType. |
| Implicit(String to Nullable<ComputeScheduleOSType>) | |
| Inequality(ComputeScheduleOSType, ComputeScheduleOSType) |
Determines if two ComputeScheduleOSType values are not the same. |