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.
The container type of the sessions.
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. |
| PythonLts |
PythonLTS. |
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. |
| Inequality(ContainerType, ContainerType) |
Determines if two ContainerType values are not the same. |