ContainerServiceOSType 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 operating system type. The default is Linux.
public readonly struct ContainerServiceOSType : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceOSType>
type ContainerServiceOSType = struct
Public Structure ContainerServiceOSType
Implements IEquatable(Of ContainerServiceOSType)
- Inheritance
-
ContainerServiceOSType
- Implements
Constructors
ContainerServiceOSType(String) |
Initializes a new instance of ContainerServiceOSType. |
Properties
Linux |
Use Linux. |
Windows |
Use Windows. |
Methods
Equals(ContainerServiceOSType) |
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(ContainerServiceOSType, ContainerServiceOSType) |
Determines if two ContainerServiceOSType values are the same. |
Implicit(String to ContainerServiceOSType) |
Converts a string to a ContainerServiceOSType. |
Inequality(ContainerServiceOSType, ContainerServiceOSType) |
Determines if two ContainerServiceOSType values are not the same. |
Applies to
Azure SDK for .NET