DynamicVNetAssignmentScope Enum

  • java.lang.Object
    • java.lang.Enum<DynamicVNetAssignmentScope>
      • com.microsoft.azure.batch.protocol.models.DynamicVNetAssignmentScope

public enum DynamicVNetAssignmentScope

Defines values for DynamicVNetAssignmentScope.

Fields

JOB

Dynamic VNet assignment is done per-job.

NONE

No dynamic VNet assignment is enabled.

Methods

fromString(String value)

public static DynamicVNetAssignmentScope fromString(String value)

Parses a serialized value to a DynamicVNetAssignmentScope instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to