Frends.AzureDataLake.DeleteContainer / 2.0.0
Summary
Removes a container and its contents, reporting whether there was anything there to delete.
Typical use — tearing down a working area, where the reported outcome lets a re-run stay quiet
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ConnectionMethod | ConnectionMethod |
ConnectionString |
ConnectionMethod.ConnectionString |
Which connection method should be used for connecting to Azure Data Lake? Possible values:
|
| ContainerName | String |
– | test-container |
Name of the Azure Data Lake container which will be deleted. |
| ConnectionStringSecret | String |
– | DefaultEndpointsProtocol=https;AccountName=accountname;AccountKey=Pdlrxyz==;EndpointSuffix=core.windows.net |
Connection string to Azure Data Lake. |
| ApplicationID | String |
– | Y6b1hf2a-80e2-xyz2-qwer3h-3a7c3a8as4b7f |
Application (Client) ID of Azure AD Application. |
| TenantID | String |
– | Y6b1hf2a-80e2-xyz2-qwer3h-3a7c3a8as4b7f |
Tenant ID of Azure Tenant. |
| ClientSecretSecret | String |
– | YouShallNotPass! |
Client Secret of Azure AD Application. |
| StorageAccountName | String |
– | Storager |
Name of the storage account. |