StorageBlob Class
StorageBlob.
Constructor
StorageBlob(*, resource_id: str | None = None, blob_url: str | None = None, lookup_type: str | _models.KnownStorageBlobLookupType | None = None, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
resource_id
|
Resource Id of the storage account that hosts the blob. Default value: None
|
|
blob_url
|
Url of the storage blob. Default value: None
|
|
lookup_type
|
The type of lookup to perform on the blob. Known values are: "String" and "Cidr". Default value: None
|
|
name
|
The name of the enrichment data source used as an alias when referencing this data source in data flows. Default value: None
|
Variables
| Name | Description |
|---|---|
|
resource_id
|
Resource Id of the storage account that hosts the blob. |
|
blob_url
|
Url of the storage blob. |
|
lookup_type
|
The type of lookup to perform on the blob. Known values are: "String" and "Cidr". |
|
name
|
The name of the enrichment data source used as an alias when referencing this data source in data flows. |