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