ListManagementImageListsRefreshIndexMethodResponse type
refreshIndexMethod 操作の応答データが含まれます。
type ListManagementImageListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}