Uses of Enum
com.azure.resourcemanager.batch.models.KeySource
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic KeySource
KeySource.fromString
(String value) Parses a serialized value to a KeySource instance.EncryptionProperties.keySource()
Get the keySource property: Type of the key source.static KeySource
Returns 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.Modifier and TypeMethodDescriptionEncryptionProperties.withKeySource
(KeySource keySource) Set the keySource property: Type of the key source.