OperatingSystemTypes Class

Definition

Defines values for OperatingSystemTypes.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.OperatingSystemTypes>))]
public class OperatingSystemTypes : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.OperatingSystemTypes>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.OperatingSystemTypes>))>]
type OperatingSystemTypes = class
    inherit ExpandableStringEnum<OperatingSystemTypes>
Public Class OperatingSystemTypes
Inherits ExpandableStringEnum(Of OperatingSystemTypes)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

OperatingSystemTypes()

Fields

Linux
Windows

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to