Megosztás a következőn keresztül:


OperatingSystemType Struct

Definition

Gets the Operating System type.

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

Constructors

OperatingSystemType(String)

Initializes a new instance of OperatingSystemType.

Properties

Linux

Linux.

Windows

Windows.

Methods

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

Equality(OperatingSystemType, OperatingSystemType)

Determines if two OperatingSystemType values are the same.

Implicit(String to OperatingSystemType)

Converts a string to a OperatingSystemType.

Inequality(OperatingSystemType, OperatingSystemType)

Determines if two OperatingSystemType values are not the same.

Applies to