Partilhar via


ComponentNames Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.compute.models.ComponentNames

public enum ComponentNames
extends Enum<ComponentNames>

The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.

Fields

MICROSOFT_WINDOWS_SHELL_SETUP

Enum value Microsoft-Windows-Shell-Setup.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ComponentNames valueOf(String name)

Parameters

name
String

Returns

values()

public static ComponentNames[] values()

Returns

Applies to