ListManagementImageListsRefreshIndexMethodResponse type
Contient des données de réponse pour l’opération refreshIndexMethod.
type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}