ArtifactOperatingSystem 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 ArtifactOperatingSystem.
public readonly struct ArtifactOperatingSystem : IEquatable<Azure.Containers.ContainerRegistry.ArtifactOperatingSystem>
type ArtifactOperatingSystem = struct
Public Structure ArtifactOperatingSystem
Implements IEquatable(Of ArtifactOperatingSystem)
- Inheritance
-
ArtifactOperatingSystem
- Implements
Constructors
ArtifactOperatingSystem(String) |
Initializes a new instance of ArtifactOperatingSystem. |
Properties
Aix |
aix. |
Android |
android. |
Darwin |
darwin. |
Dragonfly |
dragonfly. |
FreeBsd |
freebsd. |
Illumos |
illumos. |
iOS |
iOS. |
JS |
js. |
Linux |
linux. |
NetBsd |
netbsd. |
OpenBsd |
openbsd. |
Plan9 |
plan9. |
Solaris |
solaris. |
Windows |
windows. |
Methods
Equals(ArtifactOperatingSystem) |
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(ArtifactOperatingSystem, ArtifactOperatingSystem) |
Determines if two ArtifactOperatingSystem values are the same. |
Implicit(String to ArtifactOperatingSystem) |
Converts a string to a ArtifactOperatingSystem. |
Inequality(ArtifactOperatingSystem, ArtifactOperatingSystem) |
Determines if two ArtifactOperatingSystem values are not the same. |