Uses of Enum
com.azure.resourcemanager.eventhubs.models.KeySource
Packages that use KeySource
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.eventhubs.models
Subclasses with type arguments of type KeySource in com.azure.resourcemanager.eventhubs.modelsModifier and TypeClassDescriptionenumEnumerates the possible value of keySource for Encryption.Methods in com.azure.resourcemanager.eventhubs.models that return KeySourceModifier and TypeMethodDescriptionstatic KeySourceKeySource.fromString(String value) Parses a serialized value to a KeySource instance.Encryption.keySource()Get the keySource property: Enumerates the possible value of keySource for Encryption.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.eventhubs.models with parameters of type KeySourceModifier and TypeMethodDescriptionEncryption.withKeySource(KeySource keySource) Set the keySource property: Enumerates the possible value of keySource for Encryption.