ContainerRegistryOS 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 OS of agent machine.
public readonly struct ContainerRegistryOS : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryOS>
type ContainerRegistryOS = struct
Public Structure ContainerRegistryOS
Implements IEquatable(Of ContainerRegistryOS)
- Inheritance
-
ContainerRegistryOS
- Implements
Constructors
ContainerRegistryOS(String) |
Initializes a new instance of ContainerRegistryOS. |
Properties
Linux |
Linux. |
Windows |
Windows. |
Methods
Equals(ContainerRegistryOS) |
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(ContainerRegistryOS, ContainerRegistryOS) |
Determines if two ContainerRegistryOS values are the same. |
Implicit(String to ContainerRegistryOS) |
Converts a String to a ContainerRegistryOS. |
Inequality(ContainerRegistryOS, ContainerRegistryOS) |
Determines if two ContainerRegistryOS values are not the same. |
Applies to
Azure SDK for .NET