Compartir vía


ComputeRoles Enum

  • java.lang.Object
    • java.lang.Enum<ComputeRoles>
      • com.microsoft.azure.management.compute.ComputeRoles

public enum ComputeRoles

Defines values for ComputeRoles.

Fields

IAAS

Enum value IaaS.

PAAS

Enum value PaaS.

Methods

fromString(String value)

public static ComputeRoles fromString(String value)

Parses a serialized value to a ComputeRoles instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to