ListManagementImageListsRefreshIndexMethodResponse type
Contains response data for the refreshIndexMethod operation.
type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}