ContainerType Struct

Definition

The container type of the sessions. You can use your own container to build the session pool, or you can use a predefined container to run workload with specific language.

public readonly struct ContainerType : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerType>
type ContainerType = struct
Public Structure ContainerType
Implements IEquatable(Of ContainerType)
Inheritance
ContainerType
Implements

Constructors

Name Description
ContainerType(String)

Initializes a new instance of ContainerType.

Properties

Name Description
CustomContainer

CustomContainer.

NodeLTS

NodeLTS.

PythonLts

PythonLTS.

Shell

Shell.

Methods

Name Description
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

Name Description
Equality(ContainerType, ContainerType)

Determines if two ContainerType values are the same.

Implicit(String to ContainerType)

Converts a string to a ContainerType.

Implicit(String to Nullable<ContainerType>)
Inequality(ContainerType, ContainerType)

Determines if two ContainerType values are not the same.

Applies to