StorageAccountsListStorageContainersNextResponse type
包含 listStorageContainersNext 作業的響應數據。
type StorageAccountsListStorageContainersNextResponse =
StorageContainerListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainerListResult
}
}