BatchVmContainerType 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 container technology to be used.
public readonly struct BatchVmContainerType : IEquatable<Azure.ResourceManager.Batch.Models.BatchVmContainerType>
type BatchVmContainerType = struct
Public Structure BatchVmContainerType
Implements IEquatable(Of BatchVmContainerType)
- Inheritance
-
BatchVmContainerType
- Implements
Constructors
BatchVmContainerType(String) |
Initializes a new instance of BatchVmContainerType. |
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(BatchVmContainerType) |
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(BatchVmContainerType, BatchVmContainerType) |
Determines if two BatchVmContainerType values are the same. |
Implicit(String to BatchVmContainerType) |
Converts a string to a BatchVmContainerType. |
Inequality(BatchVmContainerType, BatchVmContainerType) |
Determines if two BatchVmContainerType values are not the same. |
Applies to
Azure SDK for .NET