Class SasTokenType
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SasTokenType
-
public final class SasTokenType extends Object
Defines values for SasTokenType.
-
-
Field Summary
Fields Modifier and Type Field Description static SasTokenTypeACCOUNTStatic value account for SasTokenType.static SasTokenTypeSERVICEStatic value service for SasTokenType.
-
Constructor Summary
Constructors Constructor Description SasTokenType(String value)Creates a custom value for SasTokenType.
-
-
-
Field Detail
-
ACCOUNT
public static final SasTokenType ACCOUNT
Static value account for SasTokenType.
-
SERVICE
public static final SasTokenType SERVICE
Static value service for SasTokenType.
-
-
Constructor Detail
-
SasTokenType
public SasTokenType(String value)
Creates a custom value for SasTokenType.- Parameters:
value- the custom value
-
-