Class SourceControlType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SourceControlType>
com.microsoft.azure.management.containerregistry.SourceControlType
public final class SourceControlType
extends com.microsoft.rest.ExpandableStringEnum<SourceControlType>
Defines values for SourceControlType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SourceControlType
Static value Github for SourceControlType.static final SourceControlType
Static value VisualStudioTeamService for SourceControlType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceControlType
fromString
(String name) Creates or finds a SourceControlType from its string representation.static Collection<SourceControlType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
GITHUB
Static value Github for SourceControlType. -
VISUAL_STUDIO_TEAM_SERVICE
Static value VisualStudioTeamService for SourceControlType.
-
-
Constructor Details
-
SourceControlType
public SourceControlType()
-
-
Method Details
-
fromString
Creates or finds a SourceControlType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SourceControlType
-
values
- Returns:
- known SourceControlType values
-