Uses of Enum
com.azure.resourcemanager.servicebus.models.KeySource
Packages that use KeySource
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.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.servicebus.models with parameters of type KeySourceModifier and TypeMethodDescriptionEncryption.withKeySource(KeySource keySource) Set the keySource property: Enumerates the possible value of keySource for Encryption.