ListManagementImageListsRefreshIndexMethodResponse type
包含 refreshIndexMethod 作業的響應數據。
type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}