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