ListManagementImageListsRefreshIndexMethodResponse type
Contém dados de resposta para a operação refreshIndexMethod.
type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}