HybridContainerServiceOSSku 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.
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
public readonly struct HybridContainerServiceOSSku : IEquatable<Azure.ResourceManager.HybridContainerService.Models.HybridContainerServiceOSSku>
type HybridContainerServiceOSSku = struct
Public Structure HybridContainerServiceOSSku
Implements IEquatable(Of HybridContainerServiceOSSku)
- Inheritance
-
HybridContainerServiceOSSku
- Implements
Constructors
HybridContainerServiceOSSku(String) |
Initializes a new instance of HybridContainerServiceOSSku. |
Properties
CBLMariner |
Use Mariner as the OS for node images. |
Windows2019 |
Use Windows2019 as the OS for node images. |
Windows2022 |
Use Windows2022 as the OS for node images. |
Methods
Equals(HybridContainerServiceOSSku) |
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(HybridContainerServiceOSSku, HybridContainerServiceOSSku) |
Determines if two HybridContainerServiceOSSku values are the same. |
Implicit(String to HybridContainerServiceOSSku) |
Converts a string to a HybridContainerServiceOSSku. |
Inequality(HybridContainerServiceOSSku, HybridContainerServiceOSSku) |
Determines if two HybridContainerServiceOSSku values are not the same. |
Applies to
Azure SDK for .NET