Sha256: 5ac9b9d32dbc9e5618a5951227d4e3aaac75dead1d106133bb8c2dae0241c5cb

Contents?: true

Size: 919 Bytes

Versions: 7

Compression:

Stored size: 919 Bytes

Contents

# DatadogAPIClient::V2::LogsArchiveDestinationAzure

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **container** | **String** | The container where the archive will be stored. |  |
| **integration** | [**LogsArchiveIntegrationAzure**](LogsArchiveIntegrationAzure.md) |  |  |
| **path** | **String** | The archive path. | [optional] |
| **region** | **String** | The region where the archive will be stored. | [optional] |
| **storage_account** | **String** | The associated storage account. |  |
| **type** | [**LogsArchiveDestinationAzureType**](LogsArchiveDestinationAzureType.md) |  | [default to 'azure'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsArchiveDestinationAzure.new(
  container: container-name,
  integration: null,
  path: null,
  region: null,
  storage_account: account-name,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsArchiveDestinationAzure.md
datadog_api_client-1.3.0 docs/v2/LogsArchiveDestinationAzure.md
datadog_api_client-1.2.0 docs/v2/LogsArchiveDestinationAzure.md
datadog_api_client-1.1.0 docs/v2/LogsArchiveDestinationAzure.md
datadog_api_client-1.0.0 docs/v2/LogsArchiveDestinationAzure.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsArchiveDestinationAzure.md
datadog_api_client-1.0.0.beta.2 docs/v2/LogsArchiveDestinationAzure.md