StorageAccountsListStorageContainersResponse type
Contains response data for the listStorageContainers operation.
type StorageAccountsListStorageContainersResponse =
StorageContainerListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainerListResult
}
}