StorageBlobDestination Class
StorageBlobDestination.
Constructor
StorageBlobDestination(*, container_name: str | None = None, storage_account_resource_id: str | None = None, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
container_name
|
The container name of the Storage Blob. Default value: None
|
|
storage_account_resource_id
|
The resource ID of the storage account. Default value: None
|
|
name
|
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. Default value: None
|
Variables
| Name | Description |
|---|---|
|
container_name
|
The container name of the Storage Blob. |
|
storage_account_resource_id
|
The resource ID of the storage account. |
|
name
|
A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule. |