Compartir vía


ComponentNames Enum

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

public enum ComponentNames

Defines values for ComponentNames.

Fields

MICROSOFT_WINDOWS_SHELL_SETUP

Enum value Microsoft-Windows-Shell-Setup.

Methods

fromString(String value)

public static ComponentNames fromString(String value)

Parses a serialized value to a ComponentNames instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to