CommandLineSetting Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. CommandLineSetting
- com.
- com.
public final class CommandLineSetting
extends ExpandableStringEnum<CommandLineSetting>
Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Command |
ALLOW
Static value Allow for Command |
|
static final
Command |
DO_NOT_ALLOW
Static value Do |
|
static final
Command |
REQUIRE
Static value Require for Command |
Constructor Summary
| Constructor | Description |
|---|---|
| CommandLineSetting() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Command |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Command |
fromString(String name)
Creates or finds a Command |
|
static
Collection<Command |
values()
Gets known Command |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW
public static final CommandLineSetting ALLOW
Static value Allow for CommandLineSetting.
DO_NOT_ALLOW
public static final CommandLineSetting DO_NOT_ALLOW
Static value DoNotAllow for CommandLineSetting.
REQUIRE
public static final CommandLineSetting REQUIRE
Static value Require for CommandLineSetting.
Constructor Details
CommandLineSetting
@Deprecated
public CommandLineSetting()
Deprecated
Creates a new instance of CommandLineSetting value.
Method Details
fromString
public static CommandLineSetting fromString(String name)
Creates or finds a CommandLineSetting from its string representation.
Parameters:
Returns:
values
public static Collection<CommandLineSetting> values()
Gets known CommandLineSetting values.
Returns: