StorageAccountsListStorageContainersNextResponse type
listStorageContainersNext 操作の応答データを格納します。
type StorageAccountsListStorageContainersNextResponse =
StorageContainerListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainerListResult
}
}