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