Uses of Enum
com.azure.resourcemanager.eventhubs.models.EncodingCaptureDescription
Packages that use EncodingCaptureDescription
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EncodingCaptureDescription in com.azure.resourcemanager.eventhubs.models
Subclasses with type arguments of type EncodingCaptureDescription in com.azure.resourcemanager.eventhubs.modelsModifier and TypeClassDescriptionenumEnumerates the possible values for the encoding format of capture description.Methods in com.azure.resourcemanager.eventhubs.models that return EncodingCaptureDescriptionModifier and TypeMethodDescriptionCaptureDescription.encoding()Get the encoding property: Enumerates the possible values for the encoding format of capture description.static EncodingCaptureDescriptionEncodingCaptureDescription.fromString(String value) Parses a serialized value to a EncodingCaptureDescription instance.static EncodingCaptureDescriptionReturns the enum constant of this type with the specified name.static EncodingCaptureDescription[]EncodingCaptureDescription.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 EncodingCaptureDescriptionModifier and TypeMethodDescriptionCaptureDescription.withEncoding(EncodingCaptureDescription encoding) Set the encoding property: Enumerates the possible values for the encoding format of capture description.