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
| Name | Description |
|---|---|
| ContainerRegistryOS(String) |
Initializes a new instance of ContainerRegistryOS. |
Properties
| Name | Description |
|---|---|
| Linux |
Linux. |
| Windows |
Windows. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |