ApplicationsExpand Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. ApplicationsExpand
- com.
- com.
public final class ApplicationsExpand
extends ExpandableStringEnum<ApplicationsExpand>
Defines values for ApplicationsExpand.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Applications |
APPLIES_TO
Static value applies |
static final
Applications |
ASTERISK
Static value * for Applications |
Constructor Summary
Constructor | Description |
---|---|
ApplicationsExpand() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Applications |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Applications |
fromString(String name)
Creates or finds a Applications |
static
Collection<Applications |
values()
Gets known Applications |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
APPLIES_TO
public static final ApplicationsExpand APPLIES_TO
Static value appliesTo for ApplicationsExpand.
ASTERISK
public static final ApplicationsExpand ASTERISK
Static value * for ApplicationsExpand.
Constructor Details
ApplicationsExpand
@Deprecated
public ApplicationsExpand()
Deprecated
Creates a new instance of ApplicationsExpand value.
Method Details
fromString
public static ApplicationsExpand fromString(String name)
Creates or finds a ApplicationsExpand from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ApplicationsExpand values.
Returns:
Applies to
Azure SDK for Java