Uses of Enum
com.azure.resourcemanager.batch.models.KeySource
Packages that use KeySource
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return KeySourceModifier and TypeMethodDescriptionstatic KeySourceKeySource.fromString(String value) Parses a serialized value to a KeySource instance.EncryptionProperties.keySource()Get the keySource property: Type of the key source.static KeySourceReturns the enum constant of this type with the specified name.static KeySource[]KeySource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type KeySourceModifier and TypeMethodDescriptionEncryptionProperties.withKeySource(KeySource keySource) Set the keySource property: Type of the key source.