Share via


ContainerType Struct

Definition

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