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