{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-azsadmin-storageaccounts","description":"StorageManagementClient","version":"2019-08-08-preview","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api StorageManagementClient\n@base https://management.azure.com\n@version 2019-08-08-preview\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/storageAccounts\n@desc Returns a list of storage accounts.\n@optional {$filter: any # Filter string, summary: any # Switch for whether summary or detailed information is returned.}\n@returns(200) OK -- The list of storage accounts has been returned.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/storageAccounts/{accountId}\n@desc Returns the requested storage account.\n@required {accountId: any # Internal storage account ID, which is not visible to tenant.}\n@returns(200) OK -- The storage account has been returned.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/storageAccounts/{accountId}/undelete\n@desc Undelete a deleted storage account with new account name if the a new name is provided.\n@required {accountId: any # Internal storage account ID, which is not visible to tenant.}\n@optional {newAccountName: any # New storage account name when doing undelete storage account operation.}\n@returns(200) OK -- Undelete either has been performed or account was not deleted.\n@returns(202) Accepted -- undelete operation trigged; operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Storage.Admin/locations/{location}/reclaimStorageCapacity\n@desc Start reclaim storage capacity on deleted storage objects.\n@returns(200) OK -- Reclaim storage capacity has completed.\n@returns(202) Accepted -- reclaim storage capacity operation triggered; operation will complete asynchronously.\n\n@end\n"}