Uses of Enum Class
com.microsoft.azure.management.eventhub.EncodingCaptureDescription
Packages that use EncodingCaptureDescription
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EncodingCaptureDescription in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EncodingCaptureDescriptionModifier and TypeMethodDescriptionCaptureDescription.encoding()
Get enumerates the possible values for the encoding format of capture description.static EncodingCaptureDescription
EncodingCaptureDescription.fromString
(String value) Parses a serialized value to a EncodingCaptureDescription instance.static EncodingCaptureDescription
Returns the enum constant of this class with the specified name.static EncodingCaptureDescription[]
EncodingCaptureDescription.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.eventhub with parameters of type EncodingCaptureDescriptionModifier and TypeMethodDescriptionCaptureDescription.withEncoding
(EncodingCaptureDescription encoding) Set enumerates the possible values for the encoding format of capture description.