Is there an API call I can make to Azure Storage to tell if my container has been deleted?

前端 未结 2 1180
迷失自我
迷失自我 2021-01-16 23:15

I want to clear a storage account then \"restore\" to it using AzCopy.

I clear last nights storage using

$ctx = New-AzureStorageContext -StorageAccoun

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-17 00:15

    Isn't the error message enough to give you the same behavior. You can write that API yourself. Or I'm missing something?

    "The specified container is being deleted. Try operation later."

提交回复
热议问题