| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EncodingCaptureDescription |
CaptureDescription.encoding()
Get the encoding property: 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 |
EncodingCaptureDescription.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
CaptureDescription |
CaptureDescription.withEncoding(EncodingCaptureDescription encoding)
Set the encoding property: Enumerates the possible values for the encoding format of capture description.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.