OperatingSystemTypes Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypesTypeConverter))]
public struct OperatingSystemTypes : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypesTypeConverter))>]
type OperatingSystemTypes = struct
    interface IArgumentCompleter
Public Structure OperatingSystemTypes
Implements IArgumentCompleter, IEquatable(Of OperatingSystemTypes)
Inheritance
OperatingSystemTypes
Attributes
Implements

Fields

Linux
Windows

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type OperatingSystemTypes (override for Object)

Equals(OperatingSystemTypes)

Compares values of enum type OperatingSystemTypes

GetHashCode()

Returns hashCode for enum OperatingSystemTypes

ToString()

Returns string representation for OperatingSystemTypes

Operators

Equality(OperatingSystemTypes, OperatingSystemTypes)

Overriding == operator for enum OperatingSystemTypes

Implicit(OperatingSystemTypes to String)

Implicit operator to convert OperatingSystemTypes to string

Implicit(String to OperatingSystemTypes)

Implicit operator to convert string to OperatingSystemTypes

Inequality(OperatingSystemTypes, OperatingSystemTypes)

Overriding != operator for enum OperatingSystemTypes

Applies to