SampleName Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<SampleName> - com.
microsoft. azure. management. sql. SampleName
- com.
- com.
public class SampleName
Defines values for SampleName.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Sample |
ADVENTURE_WORKS_LT
Static value AdventureWorksLT for SampleName. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Sample |
fromString(String name)
Creates or finds a SampleName from its string representation. |
Collection<Sample |
values() |
Field Details
ADVENTURE_WORKS_LT
public static final SampleName ADVENTURE_WORKS_LT= fromString("AdventureWorksLT")
Static value AdventureWorksLT for SampleName.
Method Details
fromString
public static SampleName fromString(String name)
Creates or finds a SampleName from its string representation.
Parameters:
name
- a name to look for
Returns:
the corresponding SampleName
values
public static Collection
Returns:
known SampleName values
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java