SapDiscoveryOperatingSystem 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.
This is Operating System on which the host server is running.
public readonly struct SapDiscoveryOperatingSystem : IEquatable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryOperatingSystem>
type SapDiscoveryOperatingSystem = struct
Public Structure SapDiscoveryOperatingSystem
Implements IEquatable(Of SapDiscoveryOperatingSystem)
- Inheritance
-
SapDiscoveryOperatingSystem
- Implements
Constructors
SapDiscoveryOperatingSystem(String) |
Initializes a new instance of SapDiscoveryOperatingSystem. |
Properties
IbmAix |
The type of Operating system- IBMAIX. |
RedHat |
The type of Operating system- RedHat. |
Solaris |
The type of Operating system- Solaris. |
Suse |
The type of Operating system- SUSE. |
Unix |
The type of Operating system- Unix. |
WindowsServer |
The type of Operating system- WindowsServer. |
Methods
Equals(SapDiscoveryOperatingSystem) |
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(SapDiscoveryOperatingSystem, SapDiscoveryOperatingSystem) |
Determines if two SapDiscoveryOperatingSystem values are the same. |
Implicit(String to SapDiscoveryOperatingSystem) |
Converts a string to a SapDiscoveryOperatingSystem. |
Inequality(SapDiscoveryOperatingSystem, SapDiscoveryOperatingSystem) |
Determines if two SapDiscoveryOperatingSystem values are not the same. |
Applies to
Azure SDK for .NET