Class: DatadogAPIClient::V2::LogsArchiveDestinationAzure
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsArchiveDestinationAzure
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb
Overview
The Azure archive destination.
Instance Attribute Summary collapse
-
#container ⇒ Object
readonly
The container where the archive will be stored.
-
#integration ⇒ Object
readonly
The Azure archive’s integration destination.
-
#path ⇒ Object
The archive path.
-
#region ⇒ Object
The region where the archive will be stored.
-
#storage_account ⇒ Object
readonly
The associated storage account.
-
#type ⇒ Object
readonly
Type of the Azure archive destination.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#container ⇒ Object
The container where the archive will be stored.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 29 def container @container end |
#integration ⇒ Object
The Azure archive’s integration destination.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 32 def integration @integration end |
#path ⇒ Object
The archive path.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 35 def path @path end |
#region ⇒ Object
The region where the archive will be stored.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 38 def region @region end |
#storage_account ⇒ Object
The associated storage account.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 41 def storage_account @storage_account end |
#type ⇒ Object
Type of the Azure archive destination.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 44 def type @type end |