Sha256: 1915e9523dcaa41dc6bc0aecee2b1ba63846082b5e608037a4b3819e2490d4c3
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::AzureIntegrationAPI.new body = DatadogAPIClient::V1::AzureAccount.new # AzureAccount | Delete a given Datadog-Azure integration request body. begin # Delete an Azure integration result = api_instance.delete_azure_integration(body) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling AzureIntegrationAPI->delete_azure_integration: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/azure-integration/DeleteAzureIntegration.rb |