| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AzureTenantType |
AzureTenantType.AZURETENANT |
| Modifier and Type | Method and Description |
|---|---|
static AzureTenantType |
AzureTenantType.fromValue(String value) |
AzureTenantType |
AzureTenantUpdate.getType()
The definition of the
AzureTenant object. |
AzureTenantType |
AzureTenant.getType()
The definition of the
AzureTenant object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AzureTenantType.AzureTenantTypeSerializer.serialize(AzureTenantType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AzureTenantUpdate.setType(AzureTenantType type) |
void |
AzureTenant.setType(AzureTenantType type) |
AzureTenantUpdate |
AzureTenantUpdate.type(AzureTenantType type) |
AzureTenant |
AzureTenant.type(AzureTenantType type) |
| Constructor and Description |
|---|
AzureTenant(String appClientId,
String clientSecret,
String tenantId,
AzureTenantType type) |
AzureTenantUpdate(AzureTenantType type) |
| Constructor and Description |
|---|
AzureTenantTypeSerializer(Class<AzureTenantType> t) |
Copyright © 2026. All rights reserved.