StorageAccountsListStorageContainersNextResponse type
listStorageContainersNext işlemi için yanıt verilerini içerir.
type StorageAccountsListStorageContainersNextResponse =
StorageContainerListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainerListResult
}
}