| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
List<AzureAccount> |
AzureIntegrationApi.listAzureIntegration()
List all Azure integrations.
|
CompletableFuture<List<AzureAccount>> |
AzureIntegrationApi.listAzureIntegrationAsync()
List all Azure integrations.
|
ApiResponse<List<AzureAccount>> |
AzureIntegrationApi.listAzureIntegrationWithHttpInfo()
List all Datadog-Azure integrations configured in your Datadog account.
|
CompletableFuture<ApiResponse<List<AzureAccount>>> |
AzureIntegrationApi.listAzureIntegrationWithHttpInfoAsync()
List all Azure integrations.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AzureIntegrationApi.createAzureIntegration(AzureAccount body)
Create an Azure integration.
|
CompletableFuture<Object> |
AzureIntegrationApi.createAzureIntegrationAsync(AzureAccount body)
Create an Azure integration.
|
ApiResponse<Object> |
AzureIntegrationApi.createAzureIntegrationWithHttpInfo(AzureAccount body)
Create a Datadog-Azure integration.
|
CompletableFuture<ApiResponse<Object>> |
AzureIntegrationApi.createAzureIntegrationWithHttpInfoAsync(AzureAccount body)
Create an Azure integration.
|
Object |
AzureIntegrationApi.deleteAzureIntegration(AzureAccount body)
Delete an Azure integration.
|
CompletableFuture<Object> |
AzureIntegrationApi.deleteAzureIntegrationAsync(AzureAccount body)
Delete an Azure integration.
|
ApiResponse<Object> |
AzureIntegrationApi.deleteAzureIntegrationWithHttpInfo(AzureAccount body)
Delete a given Datadog-Azure integration from your Datadog account.
|
CompletableFuture<ApiResponse<Object>> |
AzureIntegrationApi.deleteAzureIntegrationWithHttpInfoAsync(AzureAccount body)
Delete an Azure integration.
|
Object |
AzureIntegrationApi.updateAzureHostFilters(AzureAccount body)
Update Azure integration host filters.
|
CompletableFuture<Object> |
AzureIntegrationApi.updateAzureHostFiltersAsync(AzureAccount body)
Update Azure integration host filters.
|
ApiResponse<Object> |
AzureIntegrationApi.updateAzureHostFiltersWithHttpInfo(AzureAccount body)
Update the defined list of host filters for a given Datadog-Azure integration.
|
CompletableFuture<ApiResponse<Object>> |
AzureIntegrationApi.updateAzureHostFiltersWithHttpInfoAsync(AzureAccount body)
Update Azure integration host filters.
|
Object |
AzureIntegrationApi.updateAzureIntegration(AzureAccount body)
Update an Azure integration.
|
CompletableFuture<Object> |
AzureIntegrationApi.updateAzureIntegrationAsync(AzureAccount body)
Update an Azure integration.
|
ApiResponse<Object> |
AzureIntegrationApi.updateAzureIntegrationWithHttpInfo(AzureAccount body)
Update a Datadog-Azure integration.
|
CompletableFuture<ApiResponse<Object>> |
AzureIntegrationApi.updateAzureIntegrationWithHttpInfoAsync(AzureAccount body)
Update an Azure integration.
|
| Modifier and Type | Method and Description |
|---|---|
AzureAccount |
AzureAccount.addErrorsItem(String errorsItem) |
AzureAccount |
AzureAccount.appServicePlanFilters(String appServicePlanFilters) |
AzureAccount |
AzureAccount.automute(Boolean automute) |
AzureAccount |
AzureAccount.clientId(String clientId) |
AzureAccount |
AzureAccount.clientSecret(String clientSecret) |
AzureAccount |
AzureAccount.containerAppFilters(String containerAppFilters) |
AzureAccount |
AzureAccount.cspmEnabled(Boolean cspmEnabled) |
AzureAccount |
AzureAccount.customMetricsEnabled(Boolean customMetricsEnabled) |
AzureAccount |
AzureAccount.errors(List<String> errors) |
AzureAccount |
AzureAccount.hostFilters(String hostFilters) |
AzureAccount |
AzureAccount.metricsConfig(AzureAccountMetricsConfig metricsConfig) |
AzureAccount |
AzureAccount.newClientId(String newClientId) |
AzureAccount |
AzureAccount.newTenantName(String newTenantName) |
AzureAccount |
AzureAccount.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AzureAccount |
AzureAccount.resourceCollectionEnabled(Boolean resourceCollectionEnabled) |
AzureAccount |
AzureAccount.tenantName(String tenantName) |
Copyright © 2024. All rights reserved.