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
str

The container name of the Storage Blob.

Default value: None
storage_account_resource_id
str

The resource ID of the storage account.

Default value: None
name
str

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
str

The container name of the Storage Blob.

storage_account_resource_id
str

The resource ID of the storage account.

name
str

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.