OperatingSystemType Struct

Definition

This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows,Linux..

public readonly struct OperatingSystemType : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.OperatingSystemType>
type OperatingSystemType = struct
Public Structure OperatingSystemType
Implements IEquatable(Of OperatingSystemType)
Inheritance
OperatingSystemType
Implements

Constructors

Name Description
OperatingSystemType(String)

Initializes a new instance of OperatingSystemType.

Properties

Name Description
Linux

Linux OS.

Windows

Windows OS.

Methods

Name Description
Equals(OperatingSystemType)

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(OperatingSystemType, OperatingSystemType)

Determines if two OperatingSystemType values are the same.

Implicit(String to Nullable<OperatingSystemType>)
Implicit(String to OperatingSystemType)

Converts a string to a OperatingSystemType.

Inequality(OperatingSystemType, OperatingSystemType)

Determines if two OperatingSystemType values are not the same.

Applies to