Sha256: 26cf6a1a6a6a268eeefd1b95b8a665bbe8b882835c11c52cf3b9e39ed3efd7bd
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsArchiveDestinationAzure.md |
datadog_api_client-1.5.0 | docs/v2/LogsArchiveDestinationAzure.md |