EnvironmentType

public enum EnvironmentType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case windowsContainer = "WINDOWS_CONTAINER"
  • Undocumented

    Declaration

    Swift

    case linuxContainer = "LINUX_CONTAINER"
  • Undocumented

    Declaration

    Swift

    case linuxGpuContainer = "LINUX_GPU_CONTAINER"
  • Undocumented

    Declaration

    Swift

    case armContainer = "ARM_CONTAINER"
  • Undocumented

    Declaration

    Swift

    case windowsServer2019Container = "WINDOWS_SERVER_2019_CONTAINER"
  • Declaration

    Swift

    public var description: String { get }