| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AzureStorageDestinationType |
AzureStorageDestinationType.AZURE_STORAGE |
| Modifier and Type | Method and Description |
|---|---|
static AzureStorageDestinationType |
AzureStorageDestinationType.fromValue(String value) |
AzureStorageDestinationType |
AzureStorageDestination.getType()
The destination type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AzureStorageDestinationType.AzureStorageDestinationTypeSerializer.serialize(AzureStorageDestinationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AzureStorageDestination.setType(AzureStorageDestinationType type) |
AzureStorageDestination |
AzureStorageDestination.type(AzureStorageDestinationType type) |
| Constructor and Description |
|---|
AzureStorageDestination(String containerName,
String id,
List<String> inputs,
AzureStorageDestinationType type) |
| Constructor and Description |
|---|
AzureStorageDestinationTypeSerializer(Class<AzureStorageDestinationType> t) |
Copyright © 2025. All rights reserved.