JobDeliveryType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.databox.models.JobDeliveryType

public enum JobDeliveryType
extends Enum<JobDeliveryType>

Delivery type of Job.

Fields

NON_SCHEDULED

Enum value NonScheduled.

SCHEDULED

Enum value Scheduled.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static JobDeliveryType fromString(String value)

Parses a serialized value to a JobDeliveryType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed JobDeliveryType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static JobDeliveryType valueOf(String name)

Parameters

name
String

Returns

values()

public static JobDeliveryType[] values()

Returns

Applies to