Class: DatadogAPIClient::V2::AzureStorageDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AzureStorageDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/azure_storage_destination.rb
Overview
The azure_storage
destination forwards logs to an Azure Blob Storage container.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#blob_prefix ⇒ Object
Optional prefix for blobs written to the container.
-
#container_name ⇒ Object
readonly
The name of the Azure Blob Storage container to store logs in.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
input
for this component. -
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 39 def additional_properties @additional_properties end |
#blob_prefix ⇒ Object
Optional prefix for blobs written to the container.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 25 def blob_prefix @blob_prefix end |
#container_name ⇒ Object
The name of the Azure Blob Storage container to store logs in.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 28 def container_name @container_name end |
#id ⇒ Object
The unique identifier for this component.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 31 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input
for this component.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 34 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be azure_storage
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 37 def type @type end |