Uses of Enum Class
com.microsoft.azure.management.batch.KeySource
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of KeySource in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionstatic KeySource
KeySource.fromString
(String value) Parses a serialized value to a KeySource instance.EncryptionProperties.keySource()
Get type of the key source.static KeySource
Returns the enum constant of this class with the specified name.static KeySource[]
KeySource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEncryptionProperties.withKeySource
(KeySource keySource) Set type of the key source.