ContainerType 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.
ContainerType enums.
public readonly struct ContainerType : IEquatable<Azure.Compute.Batch.ContainerType>
type ContainerType = struct
Public Structure ContainerType
Implements IEquatable(Of ContainerType)
- Inheritance
-
ContainerType
- Implements
Constructors
ContainerType(String) |
Initializes a new instance of ContainerType. |
Properties
CriCompatible |
A CRI based technology will be used to launch the containers. |
DockerCompatible |
A Docker compatible container technology will be used to launch the containers. |
Methods
Equals(ContainerType) |
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(ContainerType, ContainerType) |
Determines if two ContainerType values are the same. |
Implicit(String to ContainerType) |
Converts a string to a ContainerType. |
Inequality(ContainerType, ContainerType) |
Determines if two ContainerType values are not the same. |
Applies to
Azure SDK for .NET