Uses of Enum Class
com.microsoft.azure.management.eventhub.EncodingCaptureDescription
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EncodingCaptureDescription in com.microsoft.azure.management.eventhub
Modifier 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.Modifier and TypeMethodDescriptionCaptureDescription.withEncoding
(EncodingCaptureDescription encoding) Set enumerates the possible values for the encoding format of capture description.