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