你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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