StorageAccountsListStorageContainersNextResponse type
Obsahuje data odpovědi pro operaci listStorageContainersNext.
type StorageAccountsListStorageContainersNextResponse =
StorageContainerListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainerListResult
}
}