Share via


ContainerInstanceOperatingSystemType Struct

Definition

The operating system type required by the containers in the container group.

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

Constructors

ContainerInstanceOperatingSystemType(String)

Initializes a new instance of ContainerInstanceOperatingSystemType.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(ContainerInstanceOperatingSystemType)

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(ContainerInstanceOperatingSystemType, ContainerInstanceOperatingSystemType)

Determines if two ContainerInstanceOperatingSystemType values are the same.

Implicit(String to ContainerInstanceOperatingSystemType)

Converts a string to a ContainerInstanceOperatingSystemType.

Inequality(ContainerInstanceOperatingSystemType, ContainerInstanceOperatingSystemType)

Determines if two ContainerInstanceOperatingSystemType values are not the same.

Applies to