Uses of Enum Class
com.microsoft.azure.management.batch.KeySource
Packages that use KeySource
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of KeySource in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return KeySourceModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type KeySourceModifier and TypeMethodDescriptionEncryptionProperties.withKeySource
(KeySource keySource) Set type of the key source.